We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3edad1 commit fd4601bCopy full SHA for fd4601b
Dockerfile.deploy
@@ -15,6 +15,8 @@ FROM alpine:latest
15
16
WORKDIR /app
17
18
+RUN apk add --no-cache curl
19
+
20
COPY --from=builder /app/hackatime .
21
COPY --from=builder /app/config.yml config.yml
22
0 commit comments