fix: remove public folder
All checks were successful
Deploy / lint-build-deploy (push) Successful in 1m32s
All checks were successful
Deploy / lint-build-deploy (push) Successful in 1m32s
This commit is contained in:
@@ -22,7 +22,6 @@ 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 --chown=nextjs:nodejs /app/.next/standalone ./
|
||||
COPY --from=builder --chown=nextjs:nodejs /app/.next/static ./.next/static
|
||||
|
||||
|
||||
Reference in New Issue
Block a user