Spaces:
Running
Running
commented out COPY .env .env
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -80,7 +80,7 @@ COPY backend/ ./backend/
|
|
80 |
COPY database/ ./database/
|
81 |
|
82 |
# Copy .env file (see note below)
|
83 |
-
COPY .env .env
|
84 |
|
85 |
# Expose the FastAPI port
|
86 |
EXPOSE 8000
|
|
|
80 |
COPY database/ ./database/
|
81 |
|
82 |
# Copy .env file (see note below)
|
83 |
+
# COPY .env .env
|
84 |
|
85 |
# Expose the FastAPI port
|
86 |
EXPOSE 8000
|