From bb165c05aabd144e342bdcfa5dbed6298709ce3a Mon Sep 17 00:00:00 2001 From: ondravondra Date: Thu, 12 Mar 2020 10:44:10 +0100 Subject: [PATCH] fixed app path in Dockerfile (#76) --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 122daa5..417ecfb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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