pvanand commited on
Commit
0d8f4bb
·
verified ·
1 Parent(s): 79a3070

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -14,7 +14,7 @@ RUN git clone https://github.com/pvanand07/flask-web-server-with-auth.git .
14
  RUN pip install --no-cache-dir -r requirements.txt
15
 
16
  # Expose the port the app runs on
17
- EXPOSE 7860
18
 
19
  # Run the application
20
  CMD ["python", "main.py"]
 
14
  RUN pip install --no-cache-dir -r requirements.txt
15
 
16
  # Expose the port the app runs on
17
+ EXPOSE 5000
18
 
19
  # Run the application
20
  CMD ["python", "main.py"]