Update Dockerfile

This commit is contained in:
shamoon
2025-03-29 00:02:19 -07:00
parent 42f40d21a1
commit 6c004bc39c

View File

@@ -49,7 +49,7 @@ ENV NODE_ENV=production
COPY --link --from=builder --chown=1000:1000 /app/.next/standalone/ ./
COPY --link --from=builder --chown=1000:1000 /app/.next/static ./.next/static
COPY --link --from=builder --chown=1000:1000 /app/public ./public
COPY --link --from=builder --chmod=755 /app/docker-entrypoint.sh /usr/local/bin/
COPY --link --chmod=755 docker-entrypoint.sh /usr/local/bin/
RUN apk add --no-cache su-exec