grayphite commited on
Commit
6185b48
·
1 Parent(s): 7033d59

minor chaneg

Browse files
Files changed (1) hide show
  1. Dockefile +1 -1
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"]