Spaces:
Paused
Paused
BinaryONe
commited on
Commit
·
bfbfef9
1
Parent(s):
1330377
Fixed Package issue In DockerFile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -30,4 +30,4 @@ USER admin
|
|
| 30 |
EXPOSE 7860
|
| 31 |
|
| 32 |
# Command to run the application
|
| 33 |
-
CMD ["python", "-u", "
|
|
|
|
| 30 |
EXPOSE 7860
|
| 31 |
|
| 32 |
# Command to run the application
|
| 33 |
+
CMD ["python", "-u", "main.py"]
|