1
0
mirror of https://github.com/nokonoko/Uguu.git synced 2024-01-06 13:35:15 +00:00

Update 'docker/Dockerfile'

This commit is contained in:
Go Johansson 2022-04-17 13:33:58 +00:00
parent ab53dc2d5c
commit ccf3370ab5

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" ]