Skip to content

Commit

Permalink
update docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
hernansaa committed Sep 9, 2024
1 parent ad35384 commit a167128
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,8 @@ WORKDIR /usr/src/app
# Expose the Django web server port
EXPOSE 8000

# Set the default command to run Django
CMD ["python", "manage.py", "runserver", "0.0.0.0:8000"]



0 comments on commit a167128

Please sign in to comment.