Skip to content

Commit 40d9a9d

Browse files
committed
fix: update Dockerfile to copy the renamed upgrade binary from builder stage
1 parent a7af065 commit 40d9a9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ RUN addgroup -g 1001 -S appgroup && \
4343
WORKDIR /app
4444

4545
# Copy binary from builder stage
46-
COPY --from=builder /app/main .
46+
COPY --from=builder /app/upgrade .
4747

4848
# Change ownership to non-root user
4949
RUN chown -R appuser:appgroup /app

0 commit comments

Comments
 (0)