Skip to content

Commit

Permalink
Add startup command from env to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
henhuy committed Jun 6, 2024
1 parent 88e17b4 commit 6bfcedd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compose/production/django/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,4 @@ RUN DATABASE_URL="" \
python manage.py compilemessages

ENTRYPOINT ["/entrypoint"]
CMD ${STARTUP_COMMAND}

0 comments on commit 6bfcedd

Please sign in to comment.