mirror of
https://github.com/Dvorinka/Trackeep.git
synced 2026-06-03 20:12:58 +00:00
Fix frontend Docker build to use .env.example instead of .env
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ COPY frontend/package*.json ./frontend/
|
||||
RUN cd frontend && npm install --include=dev
|
||||
|
||||
# Copy environment variables and source code
|
||||
COPY .env ./frontend/
|
||||
COPY .env.example ./frontend/.env
|
||||
COPY frontend/ ./frontend/
|
||||
|
||||
# Build the application
|
||||
|
||||
Reference in New Issue
Block a user