Skip to content

Commit

Permalink
Add startup command to production Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
henhuy committed Nov 14, 2024
1 parent 4ba26c3 commit fa2c671
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compose/production/django/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,5 @@ WORKDIR /app
RUN mkdir staticfiles

ENTRYPOINT ["/entrypoint"]

CMD ${STARTUP_COMMAND}

0 comments on commit fa2c671

Please sign in to comment.