We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7c3c65 commit 6f1ed34Copy full SHA for 6f1ed34
1 file changed
Dockerfile
@@ -25,7 +25,7 @@ FROM alpine:latest
25
# Install curl for healthcheck
26
RUN apk --no-cache add curl
27
28
-WORKDIR /root/
+WORKDIR /app
29
30
# Copy the binary from builder
31
COPY --from=builder /app/main .
0 commit comments