Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
TakeshiKovacs authored Nov 21, 2024
1 parent 0712079 commit 2908c36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN pip install -r requirements.txt
COPY . .

# Expose port 5000 for the Flask app
EXPOSE 5000
EXPOSE 8080

# Run the app
CMD ["python", "app.py"]
CMD ["python", "app.py"]

0 comments on commit 2908c36

Please sign in to comment.