mirror of
https://github.com/CPunch/gopenfusion.git
synced 2024-12-04 22:46:32 +00:00
Compare commits
2 Commits
e4cf64d7bc
...
983588b6c9
Author | SHA1 | Date | |
---|---|---|---|
983588b6c9 | |||
124bb77f8d |
10
Dockerfile
10
Dockerfile
@ -1,9 +1,7 @@
|
|||||||
FROM alpine:latest
|
FROM scratch
|
||||||
|
|
||||||
WORKDIR /gopenfusion
|
|
||||||
|
|
||||||
# grab binary
|
# grab binary
|
||||||
COPY ./bin/server ./
|
WORKDIR /gopenfusion
|
||||||
RUN chmod +x ./server
|
COPY --chmod=0755 ./bin/server ./
|
||||||
|
|
||||||
CMD ["/gopenfusion/server"]
|
ENTRYPOINT [ "/gopenfusion/server" ]
|
Loading…
Reference in New Issue
Block a user