remove public folder clone
Some checks failed
backend-admin-action / build-image (push) Failing after 11m5s
backend-action / build-image (push) Failing after 11m38s

This commit is contained in:
2024-05-20 17:06:32 +07:00
parent 577d97cfcd
commit b990b04902

View File

@@ -45,7 +45,7 @@ ENV NODE_ENV production
RUN addgroup --system --gid 1001 nodejs
RUN adduser --system --uid 1001 nextjs
COPY --from=builder /app/public ./public
# COPY --from=builder /app/public ./public #Only needed if public is there
# Set the correct permission for prerender cache
RUN mkdir .next