dockerfile: specified entrypoint

This commit is contained in:
CPunch 2023-06-20 18:24:17 -05:00
parent e4cf64d7bc
commit 124bb77f8d
1 changed files with 1 additions and 0 deletions

View File

@ -6,4 +6,5 @@ WORKDIR /gopenfusion
COPY ./bin/server ./
RUN chmod +x ./server
ENTRYPOINT [ "/bin/sh", "-l", "-c" ]
CMD ["/gopenfusion/server"]