Skip to content
Snippets Groups Projects
Commit a3573367 authored by Julien SIMONCINI's avatar Julien SIMONCINI
Browse files

Remove Expose port 8080 and change root files

parent 32b7aa09
No related branches found
No related tags found
No related merge requests found
Pipeline #158 passed
......@@ -25,9 +25,6 @@ ENV PHP_FPM_HOST "localhost"
ENV PHP_FPM_PORT "9000"
ENV NGINX_LOG_FORMAT "json"
# For Documentation
EXPOSE 8080
# Switch User
USER www-data
......
server {
root /app/public;
root /var/www/html/public;
# deny all dot files
location ~ /\.(?!well-known) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment