enemy7 commited on
Commit
13d095c
·
1 Parent(s): 804c88d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -39,7 +39,7 @@ RUN pip install -r requrirments.txt
39
 
40
 
41
  # Expose port 7768 for SSH
42
- EXPOSE 7768
43
 
44
  # Start the SSH server when the container runs
45
- CMD ["python","a.py"]
 
39
 
40
 
41
  # Expose port 7768 for SSH
42
+ EXPOSE 7860
43
 
44
  # Start the SSH server when the container runs
45
+ CMD ["python","app.py"]