fix: Dockerfile update
This commit is contained in:
parent
cba1a01f17
commit
7a2dd9ecd5
@ -15,7 +15,9 @@ COPY --from=builder /app/package.json .
|
||||
COPY --from=builder /app/yarn.lock .
|
||||
COPY --from=builder /app/next.config.js .
|
||||
COPY --from=builder /app/public ./public
|
||||
COPY --from=builder /app/.next/standalone ./
|
||||
COPY --from=builder /app/.next/static ./.next/static
|
||||
|
||||
COPY entrypoint.sh .
|
||||
|
||||
RUN apk add --no-cache --upgrade bash
|
||||
|
Loading…
Reference in New Issue
Block a user