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