minor chaneg
Browse files
Dockefile
CHANGED
|
@@ -29,4 +29,4 @@ EXPOSE 7860
|
|
| 29 |
|
| 30 |
# Run app.py when the container launches
|
| 31 |
# Replace this with your actual command to run your application
|
| 32 |
-
CMD ["python3", "app.py"]
|
|
|
|
| 29 |
|
| 30 |
# Run app.py when the container launches
|
| 31 |
# Replace this with your actual command to run your application
|
| 32 |
+
CMD ["python3", "app.py" "--port", "7860"]
|