Spaces:
Sleeping
Sleeping
Commit
·
7235ad0
1
Parent(s):
481234c
- Dockerfile +0 -1
Dockerfile
CHANGED
|
@@ -22,7 +22,6 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
| 22 |
# Copy backend code
|
| 23 |
COPY app.py .
|
| 24 |
COPY main.py .
|
| 25 |
-
COPY .env .
|
| 26 |
|
| 27 |
# Copy frontend build from previous stage
|
| 28 |
COPY --from=frontend-build /app/frontend/dist ./frontend/dist
|
|
|
|
| 22 |
# Copy backend code
|
| 23 |
COPY app.py .
|
| 24 |
COPY main.py .
|
|
|
|
| 25 |
|
| 26 |
# Copy frontend build from previous stage
|
| 27 |
COPY --from=frontend-build /app/frontend/dist ./frontend/dist
|