Skip to content

Commit 7db948c

Browse files
qasmiSara Qasmi
authored andcommitted
Update Dockerfile
Signed-off-by: Sara Qasmi <saraqasmi@Saras-MacBook-Pro.local>
1 parent 953fa53 commit 7db948c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ui/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

112112
USER 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"]

0 commit comments

Comments
 (0)