mirror of
https://github.com/CPunch/gopenfusion.git
synced 2025-09-26 21:30:21 +00:00
dockerfile: specified entrypoint
This commit is contained in:
@@ -6,4 +6,5 @@ WORKDIR /gopenfusion
|
||||
COPY ./bin/server ./
|
||||
RUN chmod +x ./server
|
||||
|
||||
ENTRYPOINT [ "/bin/sh", "-l", "-c" ]
|
||||
CMD ["/gopenfusion/server"]
|
Reference in New Issue
Block a user