diff --git a/build/Dockerfile b/build/Dockerfile index 3fd673e..8802f25 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -22,7 +22,6 @@ COPY internal internal WORKDIR $GOPATH/src/github.com/atomex-protocol/watch_tower/cmd/watch_tower/ RUN go build -a -installsuffix cgo -o /go/bin/watch_tower . -RUN /bin/sh -c 'echo $config_file' # --------------------------------------------------------------------- # The second stage container, for running the application