Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Tosin5S authored Sep 1, 2024
1 parent 10bcd2e commit 69309d7
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 @@ -27,7 +27,7 @@ COPY . .
ENV NLTK_DATA=/django_nlp_integration/nlp_app/data/nltk_data

# Expose port if needed
EXPOSE 8000
EXPOSE 80

# Command to run the Django development server
CMD ["python", "manage.py", "runserver", "0.0.0.0:8000"]
CMD ["python", "manage.py", "runserver", "0.0.0.0:80"]

0 comments on commit 69309d7

Please sign in to comment.