Compare commits
1 Commits
dbbca3c13e
..
v1.0.0
| Author | SHA1 | Date | |
|---|---|---|---|
| 260c8475a4 |
@@ -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