We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b2f470 commit 29f34c2Copy full SHA for 29f34c2
Dockerfile
@@ -11,5 +11,7 @@ WORKDIR /app
11
COPY --from=base /app/.next/standalone/app ./
12
COPY --from=base /app/public ./public
13
COPY --from=base /app/.next/static ./.next/static
14
+RUN chown -R bun:bun /app
15
+USER bun
16
EXPOSE 3000
17
CMD [ "bun","--bun","server.js" ]
0 commit comments