Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tms0 authored Apr 16, 2021
1 parent 0b4f684 commit cb8bfb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ COPY config/settings.py /var/www/app/settings.py

COPY --chown=nobody:nobody entrypoint.sh /

EXPOSE 8080
EXPOSE 80

ENTRYPOINT ["/entrypoint.sh"]
CMD ["/usr/bin/supervisord", "-c", "/etc/supervisor/conf.d/supervisord.conf"]

0 comments on commit cb8bfb9

Please sign in to comment.