Skip to content

Commit

Permalink
fixed app path in Dockerfile (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
ondravondra committed Mar 12, 2020
1 parent 50a1c37 commit bb165c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ FROM quay.io/prometheus/busybox-${OS}-${ARCH}:glibc

ARG ARCH="amd64"
ARG OS="linux"
COPY .build/${OS}-${ARCH}/pushprox-proxy /bin/pushprox-proxy
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

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

0 comments on commit bb165c0

Please sign in to comment.