fix: remove public COPY (directory not used)
Build and publish Docker image / build-and-push (release) Successful in 17s
Build and publish Docker image / build-and-push (release) Successful in 17s
This commit is contained in:
@@ -28,7 +28,6 @@ RUN apk add --no-cache su-exec shadow && \
|
||||
# Copy standalone build output
|
||||
COPY --from=builder --chown=nextjs:nodejs /app/.next/standalone ./
|
||||
COPY --from=builder --chown=nextjs:nodejs /app/.next/static ./.next/static
|
||||
COPY --from=builder --chown=nextjs:nodejs /app/public ./public
|
||||
COPY --chmod=755 entrypoint.sh /entrypoint.sh
|
||||
|
||||
EXPOSE 3000
|
||||
|
||||
Reference in New Issue
Block a user