Update Dockerfile

This commit is contained in:
NotII
2025-04-06 16:29:48 +01:00
parent d13deae900
commit 6a86815836

View File

@@ -30,6 +30,7 @@ RUN mkdir -p /app/public
COPY --from=builder /app/package.json /app/package-lock.json ./ COPY --from=builder /app/package.json /app/package-lock.json ./
COPY --from=builder /app/.next ./.next COPY --from=builder /app/.next ./.next
COPY --from=builder /app/node_modules ./node_modules COPY --from=builder /app/node_modules ./node_modules
COPY --from=builder /app/public ./public
# Copy commit hash file from builder stage # Copy commit hash file from builder stage
COPY --from=builder /app/git_commit_sha /app/git_commit_sha COPY --from=builder /app/git_commit_sha /app/git_commit_sha