diff options
author | Emile <hanemile@protonmail.com> | 2019-11-04 19:49:50 +0100 |
---|---|---|
committer | Emile <hanemile@protonmail.com> | 2019-11-04 19:49:50 +0100 |
commit | c4fccaf157ec39cebbb6c338deab7a6a3a3e6681 (patch) | |
tree | 572848d7a9877545bc20e2c32bdca333139edbb6 /Dockerfile | |
parent | 3466f6f419577d9b5a486bb762abf21826c0afab (diff) |
removed the old entrypoint
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile index 216a5bb..b11e58e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,8 +15,6 @@ COPY hosted /workdir/hosted # and build them RUN go build -o /workdir/manager src/*.go -ENTRYPOINT [ "/workdir/manager" ] - FROM alpine:3 RUN mkdir /workdir COPY --from=0 /workdir/manager . |