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 50a1c37 commit bb165c0Copy full SHA for bb165c0
Dockerfile
@@ -5,8 +5,8 @@ FROM quay.io/prometheus/busybox-${OS}-${ARCH}:glibc
5
6
ARG ARCH="amd64"
7
ARG OS="linux"
8
-COPY .build/${OS}-${ARCH}/pushprox-proxy /bin/pushprox-proxy
9
-COPY .build/${OS}-${ARCH}/pushprox-client /bin/pushprox-client
+COPY .build/${OS}-${ARCH}/pushprox-proxy /app/pushprox-proxy
+COPY .build/${OS}-${ARCH}/pushprox-client /app/pushprox-client
10
11
# The default startup is the proxy.
12
# This can be overridden with the docker --entrypoint flag or the command
0 commit comments