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