mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 14:23:57 -07:00
Update Dockerfile
This commit is contained in:
parent
f8c5c2f43a
commit
1a0213817e
1 changed files with 2 additions and 3 deletions
|
@ -29,10 +29,9 @@ RUN echo "*/10 * * * * php /app/cron.php >> /proc/1/fd/1 2>&1" > /etc/cron.d/app
|
|||
&& chmod 0644 /etc/cron.d/app-cron \
|
||||
&& crontab /etc/cron.d/app-cron
|
||||
|
||||
COPY install/Caddyfile /etc/caddy/Caddyfile
|
||||
COPY install/docker/Caddyfile /etc/caddy/Caddyfile
|
||||
COPY install/docker/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
|
||||
|
||||
EXPOSE 80
|
||||
# EXPOSE 80 443
|
||||
EXPOSE 80 443
|
||||
|
||||
CMD ["/usr/bin/supervisord", "-c", "/etc/supervisor/conf.d/supervisord.conf"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue