From 94bf5c6f7514e86e9e9786940279a208acb50ffb Mon Sep 17 00:00:00 2001 From: John Harker <43181178+NBTX@users.noreply.github.com> Date: Fri, 28 Aug 2020 15:03:51 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3d49892..5178990 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,10 +1,10 @@ FROM golang:alpine -LABEL maintainer="marcel.parciak@gmail.com" +LABEL maintainer="me+proxyscotch@samjakob.com" -WORKDIR /etc/postwoman-proxy +WORKDIR /etc/proxyscotch -COPY . /etc/postwoman-proxy +COPY . /etc/proxyscotch RUN ./build.sh linux server EXPOSE 9159/tcp @@ -12,4 +12,4 @@ EXPOSE 9159/tcp # this should be a standard user with the users group on alpine USER 1000:100 -CMD ["sh", "-c", "/etc/postwoman-proxy/out/linux-server/postwoman-proxy-server --host 0.0.0.0:9159"] +CMD ["sh", "-c", "/etc/proxyscotch/out/linux-server/proxyscotch-server-* --host 0.0.0.0:9159"]