mirror of
https://gitlab.com/megazordpobeda/DataRush.git
synced 2026-05-24 03:17:09 +00:00
chore: reduced number of workers for nginx
This commit is contained in:
@@ -18,6 +18,8 @@ FROM nginx:1.28-alpine-slim AS serve
|
||||
|
||||
COPY --from=builder /opt/docusaurus/build /usr/share/nginx/html
|
||||
|
||||
RUN sed -i 's/worker_processes .*/worker_processes 1;/' /etc/nginx/nginx.conf
|
||||
|
||||
EXPOSE 80
|
||||
|
||||
CMD ["nginx", "-g", "daemon off;"]
|
||||
|
||||
Reference in New Issue
Block a user