tejani commited on
Commit
db7ae87
·
verified ·
1 Parent(s): f38e497

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -24,7 +24,7 @@ RUN . env/bin/activate && pip install --no-cache-dir -r requirements.txt
24
  RUN chmod +x start-webserver.sh
25
 
26
  # Expose port (default to 8000, adjust if the script specifies another port)
27
- EXPOSE 8000
28
 
29
  # Run the start-webserver.sh script
30
  CMD ["./start-webserver.sh"]
 
24
  RUN chmod +x start-webserver.sh
25
 
26
  # Expose port (default to 8000, adjust if the script specifies another port)
27
+ #EXPOSE 8000
28
 
29
  # Run the start-webserver.sh script
30
  CMD ["./start-webserver.sh"]