mirror of
https://github.com/CPunch/gopenfusion.git
synced 2025-05-05 01:10:08 +00:00
Compare commits
No commits in common. "983588b6c90a3f9da4b9d1d4cd7e4e5577d4468f" and "e4cf64d7bc319ec686daf028a1f1f6c6fda6e140" have entirely different histories.
983588b6c9
...
e4cf64d7bc
10
Dockerfile
10
Dockerfile
@ -1,7 +1,9 @@
|
||||
FROM scratch
|
||||
FROM alpine:latest
|
||||
|
||||
WORKDIR /gopenfusion
|
||||
|
||||
# grab binary
|
||||
WORKDIR /gopenfusion
|
||||
COPY --chmod=0755 ./bin/server ./
|
||||
COPY ./bin/server ./
|
||||
RUN chmod +x ./server
|
||||
|
||||
ENTRYPOINT [ "/gopenfusion/server" ]
|
||||
CMD ["/gopenfusion/server"]
|
Loading…
x
Reference in New Issue
Block a user