7?
All checks were successful
Deploy / deploy (push) Successful in 1m51s

This commit is contained in:
Lee 2024-09-24 10:53:03 +01:00
parent 377a12dc80
commit c92aea1aca

@ -34,6 +34,10 @@ RUN adduser --system --uid 1001 nextjs
RUN mkdir .next
RUN chown nextjs:nodejs .next
# Add the commit hash
ARG GIT_REV
ENV GIT_REV=${GIT_REV}
COPY --from=builder --chown=nextjs:nodejs /app/node_modules ./node_modules
COPY --from=builder --chown=nextjs:nodejs /app/.next ./.next
COPY --from=builder --chown=nextjs:nodejs /app/public ./public