about summary refs log tree commit diff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
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 .