Removed unused exposed port 443

migrate-github-actions
Tim de Pater 2019-01-05 09:28:29 +01:00
parent d608b45950
commit ba1dd42210
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ RUN mkdir -p /var/www/html
WORKDIR /var/www/html
COPY src/ /var/www/html/
EXPOSE 80 443
EXPOSE 80
CMD ["/usr/bin/supervisord", "-c", "/etc/supervisor/conf.d/supervisord.conf"]
HEALTHCHECK --timeout=10s CMD curl --silent --fail http://127.0.0.1/fpm-ping