We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7518bac commit a028e0eCopy full SHA for a028e0e
Dockerfile
@@ -21,7 +21,6 @@ FROM alpine:latest
21
# Copy the built binary from the builder stage
22
COPY --from=builder /app/main .
23
24
-COPY configs ./configs
25
# Give execution permissions
26
RUN chmod +x /main
27
0 commit comments