Skip to content

Commit 6f1ed34

Browse files
committed
workdir adapt
1 parent c7c3c65 commit 6f1ed34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ FROM alpine:latest
2525
# Install curl for healthcheck
2626
RUN apk --no-cache add curl
2727

28-
WORKDIR /root/
28+
WORKDIR /app
2929

3030
# Copy the binary from builder
3131
COPY --from=builder /app/main .

0 commit comments

Comments
 (0)