Update 'docker/Dockerfile'

This commit is contained in:
Go Johansson 2022-04-17 13:33:58 +00:00
parent ab53dc2d5c
commit ccf3370ab5
1 changed files with 3 additions and 0 deletions

View File

@ -63,5 +63,8 @@ USER www-data
# Expose port 80 from the container
EXPOSE 80
# Expose port 443 from the container
EXPOSE 443
# Load entrypoint
ENTRYPOINT [ "bash", "/var/www/docker-entrypoint.sh" ]