File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ RUN mkdir -p $BUN_INSTALL \
7676 && curl -fsSL https://bun.sh/install | bash -s "bun-v$TOOLS_BUN_VERSION" \
7777 && bun --version
7878
79- RUN mkdir -p /app/ui/public /run/nginx/ /var/lib/nginx/tmp/ /var/lib/nginx/tmp/client_body /var/lib/nginx/logs/ \
79+ RUN mkdir -p /app/ui/public /run/nginx/ /var/run/nginx/ /var/ lib/nginx/tmp/ /var/lib/nginx/tmp/client_body /var/lib/nginx/logs/ \
8080 && addgroup -g 1001 nginx \
8181 && adduser -u 1001 -G nginx -s /bin/bash -D nextjs \
8282 && adduser -u 1002 -G nginx -s /bin/bash -D nginx \
@@ -111,4 +111,4 @@ LABEL org.opencontainers.image.version="$VERSION"
111111
112112USER nextjs
113113
114- CMD ["/usr/bin/supervisord" , "-c" , "/etc/supervisor/conf.d/supervisord.conf" ]
114+ CMD ["/usr/bin/supervisord" , "-c" , "/etc/supervisor/conf.d/supervisord.conf" ]
You can’t perform that action at this time.
0 commit comments