nginx: add explicit command for nginx

This commit is contained in:
Lucas Silva 2026-03-13 23:24:32 -03:00
parent 2a054895a8
commit ccb628f516

View file

@ -34,3 +34,5 @@ COPY nginx.conf /etc/nginx/conf.d/default.conf
# Expose the nginx port
EXPOSE 4173
CMD ["nginx", "-g", "daemon off;"]