?
Some checks failed
Deploy Frontend / deploy (push) Failing after 50s

This commit is contained in:
Lee 2024-10-04 12:08:22 +01:00
parent a7474f67eb
commit 4623e7ee79

@ -50,9 +50,6 @@ RUN apk add --no-cache cairo pango libjpeg-turbo giflib
ARG 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
RUN addgroup --system --gid 1001 nodejs
RUN adduser --system --uid 1001 nextjs