fix build

This commit is contained in:
Tomas Dvorak
2026-03-03 11:11:55 +01:00
parent 874efd5452
commit fc913b5641
+2 -2
View File
@@ -12,8 +12,8 @@ COPY frontend/package*.json ./frontend/
RUN cd frontend && npm install --include=dev
# Copy environment variables and source code
COPY .env ./frontend/.env
COPY frontend/ ./frontend/
COPY ../.env ./frontend/.env
COPY . ./frontend/
# Create a .env.production file with build arguments
RUN cd frontend && echo "VITE_DEMO_MODE=${VITE_DEMO_MODE}" >> .env.production && \