fix: Dockerfile update

This commit is contained in:
Linkie Link 2024-02-13 17:53:12 +01:00
parent cba1a01f17
commit 7a2dd9ecd5
No known key found for this signature in database
GPG Key ID: 5318B0F2564D38EA

View File

@ -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