From 31158c50d3096624e6ad2cc364fcd2c70620294e Mon Sep 17 00:00:00 2001 From: g Date: Sun, 11 Jan 2026 10:13:57 +0000 Subject: [PATCH] Fix git_commit_sha creation in Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1f23f1d..bb7be76 100644 --- a/Dockerfile +++ b/Dockerfile @@ -56,7 +56,7 @@ 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 commit hash file from builder COPY --from=builder /app/git_commit_sha /app/git_commit_sha EXPOSE 3000