diff --git a/Dockerfile b/Dockerfile index 5d898e4..bc2512b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,4 +6,5 @@ WORKDIR /gopenfusion COPY ./bin/server ./ RUN chmod +x ./server +ENTRYPOINT [ "/bin/sh", "-l", "-c" ] CMD ["/gopenfusion/server"] \ No newline at end of file