]> jfr.im git - uguu.git/commitdiff
Update 'docker/Dockerfile'
authorGo Johansson <redacted>
Sun, 17 Apr 2022 13:33:58 +0000 (13:33 +0000)
committerGo Johansson <redacted>
Sun, 17 Apr 2022 13:33:58 +0000 (13:33 +0000)
docker/Dockerfile

index bf9cfb9439965ebb50aeff9ed20cfa3736392bf5..4296072fd1ec28aafb47ea8339c33fbf1af4dce0 100644 (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" ]
\ No newline at end of file