update Dockerfile.

This commit is contained in:
luming 2024-01-15 16:29:02 +08:00
parent 9241d23be8
commit e74cd9e31a

View File

@ -108,9 +108,9 @@ RUN set -eux; \
apk del .build-deps; \ apk del .build-deps; \
curl --tlsv1 -v -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer; curl --tlsv1 -v -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer;
COPY listener.php /srv/listener.php COPY ../listener.php /srv/listener.php
COPY supervisord.conf /etc/supervisord.conf COPY ../supervisord.conf /etc/supervisord.conf
COPY conf /etc/supervisor/conf.d/ COPY ../conf /etc/supervisor/conf.d/
EXPOSE 80 EXPOSE 80
EXPOSE 443 EXPOSE 443