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