mirror of
https://github.com/CPunch/gopenfusion.git
synced 2024-11-12 19:20:06 +00:00
dockerfile: specified entrypoint
This commit is contained in:
parent
e4cf64d7bc
commit
124bb77f8d
@ -6,4 +6,5 @@ WORKDIR /gopenfusion
|
||||
COPY ./bin/server ./
|
||||
RUN chmod +x ./server
|
||||
|
||||
ENTRYPOINT [ "/bin/sh", "-l", "-c" ]
|
||||
CMD ["/gopenfusion/server"]
|
Loading…
Reference in New Issue
Block a user