diff --git a/Dockerfile b/Dockerfile index cd603e8..bd36d74 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,6 +30,7 @@ RUN mkdir -p /app/public COPY --from=builder /app/package.json /app/package-lock.json ./ COPY --from=builder /app/.next ./.next COPY --from=builder /app/node_modules ./node_modules +COPY --from=builder /app/public ./public # Copy commit hash file from builder stage COPY --from=builder /app/git_commit_sha /app/git_commit_sha