Skip to content

Commit bb165c0

Browse files
authored
fixed app path in Dockerfile (#76)
1 parent 50a1c37 commit bb165c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ FROM quay.io/prometheus/busybox-${OS}-${ARCH}:glibc
55

66
ARG ARCH="amd64"
77
ARG OS="linux"
8-
COPY .build/${OS}-${ARCH}/pushprox-proxy /bin/pushprox-proxy
9-
COPY .build/${OS}-${ARCH}/pushprox-client /bin/pushprox-client
8+
COPY .build/${OS}-${ARCH}/pushprox-proxy /app/pushprox-proxy
9+
COPY .build/${OS}-${ARCH}/pushprox-client /app/pushprox-client
1010

1111
# The default startup is the proxy.
1212
# This can be overridden with the docker --entrypoint flag or the command

0 commit comments

Comments
 (0)