Skip to content

Commit

Permalink
docker-entrypoint.sh: fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tmszi committed May 20, 2021
1 parent 8009585 commit 44c073a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ crontab '$CRONTAB_FILE'
rm '$CRONTAB_FILE'
# Django migrate
cd /home/test; pipenv run python3 manage.py migrate'
Run supervisord
# Run supervisord
exec /usr/bin/supervisord --configuration /etc/supervisor/supervisord.conf

0 comments on commit 44c073a

Please sign in to comment.