Spaces:
Paused
Paused
Commit
·
0776594
1
Parent(s):
9ad1b29
moved folders v2
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -14,5 +14,5 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
|
14 |
COPY --chown=user . /app
|
15 |
COPY --chown=user main $HOME/app/main
|
16 |
|
17 |
-
CMD ["
|
18 |
|
|
|
14 |
COPY --chown=user . /app
|
15 |
COPY --chown=user main $HOME/app/main
|
16 |
|
17 |
+
CMD ["python", "-m", "main.app"]
|
18 |
|