caviri
commited on
Commit
·
1b605bf
1
Parent(s):
21e7d0f
ci: Testing HF
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -60,4 +60,4 @@ RUN pip3 install -r $HOME/digiwild/requirements.txt
|
|
60 |
|
61 |
#RUN chown -R user:user /digiwild/data /digiwild/app/assets
|
62 |
|
63 |
-
ENTRYPOINT ["python3", "
|
|
|
60 |
|
61 |
#RUN chown -R user:user /digiwild/data /digiwild/app/assets
|
62 |
|
63 |
+
ENTRYPOINT ["python3", "/home/user/digiwild/app/main.py"]
|