We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ad1e01 commit c4ea82dCopy full SHA for c4ea82d
1 file changed
Dockerfile
@@ -27,6 +27,8 @@ FROM nginx:1.27-alpine AS final
27
COPY config/public /var/www
28
COPY config/nginx.conf /etc/nginx/conf.d/default.conf
29
30
+RUN sed -i 's/worker_processes.*auto;/worker_processes 1;/' /etc/nginx/nginx.conf
31
+
32
EXPOSE 80
33
EXPOSE 443
34
CMD ["nginx", "-g", "daemon off;"]
0 commit comments