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 4db3379 commit c3be954Copy full SHA for c3be954
example/Dockerfile
@@ -10,6 +10,6 @@ RUN apk add --no-cache curl bind-tools
10
COPY --from=build /app /app
11
12
# This is how you integrate with runsd:
13
-ADD https://github.com/ahmetb/runsd/releases/download/v0.0.0-rc.5/runsd /runsd
+ADD https://github.com/ahmetb/runsd/releases/download/v0.0.0-rc.6/runsd /runsd
14
RUN chmod +x /runsd
15
ENTRYPOINT ["/runsd", "-v=5", "--", "/app"]
0 commit comments