mirror of
https://github.com/CPunch/gopenfusion.git
synced 2025-09-29 22:50:05 +00:00
dockerfile: specified entrypoint
This commit is contained in:
@@ -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"]
|
Reference in New Issue
Block a user