VatsalPatel18
commited on
Commit
•
b4e173a
1
Parent(s):
4e07320
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -33,4 +33,4 @@ COPY --chown=user .env $HOME/app/
|
|
33 |
EXPOSE 7860
|
34 |
|
35 |
# Run the application
|
36 |
-
CMD ["
|
|
|
33 |
EXPOSE 7860
|
34 |
|
35 |
# Run the application
|
36 |
+
CMD ["python3", "main.py"]
|