Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse fileschanged dockerfile
- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -10,8 +10,8 @@ COPY . /app
|
|
| 10 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 11 |
|
| 12 |
# Copy the environment variable files into the container
|
| 13 |
-
COPY .env /app/.env
|
| 14 |
-
COPY .flaskenv /app/.flaskenv
|
| 15 |
|
| 16 |
# Expose port 7860
|
| 17 |
EXPOSE 7860
|
|
|
|
| 10 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 11 |
|
| 12 |
# Copy the environment variable files into the container
|
| 13 |
+
# COPY .env /app/.env
|
| 14 |
+
# COPY .flaskenv /app/.flaskenv
|
| 15 |
|
| 16 |
# Expose port 7860
|
| 17 |
EXPOSE 7860
|