parent
a7474f67eb
commit
4623e7ee79
@ -50,9 +50,6 @@ RUN apk add --no-cache cairo pango libjpeg-turbo giflib
|
|||||||
ARG GIT_REV
|
ARG GIT_REV
|
||||||
ENV GIT_REV=${GIT_REV}
|
ENV GIT_REV=${GIT_REV}
|
||||||
|
|
||||||
# Debug to check .next output
|
|
||||||
RUN ls -al /app/apps/frontend/.next/standalone
|
|
||||||
|
|
||||||
# Don't run production as root
|
# Don't run production as root
|
||||||
RUN addgroup --system --gid 1001 nodejs
|
RUN addgroup --system --gid 1001 nodejs
|
||||||
RUN adduser --system --uid 1001 nextjs
|
RUN adduser --system --uid 1001 nextjs
|
||||||
|
Reference in New Issue
Block a user