mirror of
https://github.com/Dvorinka/Trackeep.git
synced 2026-06-04 20:42:59 +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
|
RUN cd frontend && npm install --include=dev
|
||||||
|
|
||||||
# Copy environment variables and source code
|
# Copy environment variables and source code
|
||||||
COPY .env ./frontend/
|
COPY .env.example ./frontend/.env
|
||||||
COPY frontend/ ./frontend/
|
COPY frontend/ ./frontend/
|
||||||
|
|
||||||
# Build the application
|
# Build the application
|
||||||
|
|||||||
Reference in New Issue
Block a user