Divyansh Kushwaha commited on
Commit
fae95ed
·
1 Parent(s): 7308f1a
Files changed (1) hide show
  1. Dockerfile +0 -3
Dockerfile CHANGED
@@ -15,8 +15,5 @@ RUN pip install --no-cache-dir -r /app/requirements.txt
15
  # Copy application files
16
  COPY --chown=user . /app
17
 
18
- # Expose the port for Flask
19
- EXPOSE 5000
20
-
21
  # Command to run the Flask app
22
  CMD ["python", "app.py"]
 
15
  # Copy application files
16
  COPY --chown=user . /app
17
 
 
 
 
18
  # Command to run the Flask app
19
  CMD ["python", "app.py"]