Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -10,7 +10,7 @@ ENV PATH="/home/user/.local/bin:$PATH"
|
|
| 10 |
WORKDIR /app
|
| 11 |
|
| 12 |
COPY --chown=user ./requirements.txt requirements.txt
|
| 13 |
-
COPY --chown=user ./template.
|
| 14 |
COPY --chown=user ./main.py main.py
|
| 15 |
COPY --chown=user ./start.sh start.sh
|
| 16 |
|
|
|
|
| 10 |
WORKDIR /app
|
| 11 |
|
| 12 |
COPY --chown=user ./requirements.txt requirements.txt
|
| 13 |
+
COPY --chown=user ./template.txt template.txt
|
| 14 |
COPY --chown=user ./main.py main.py
|
| 15 |
COPY --chown=user ./start.sh start.sh
|
| 16 |
|