Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -8,7 +8,7 @@ WORKDIR /app
|
|
| 8 |
COPY requirements.txt .
|
| 9 |
RUN pip install -r requirements.txt
|
| 10 |
|
| 11 |
-
COPY . . #
|
| 12 |
|
| 13 |
EXPOSE 5000
|
| 14 |
|
|
|
|
| 8 |
COPY requirements.txt .
|
| 9 |
RUN pip install -r requirements.txt
|
| 10 |
|
| 11 |
+
COPY . . #copy templates/ and app.py
|
| 12 |
|
| 13 |
EXPOSE 5000
|
| 14 |
|