mirror of
https://github.com/CPunch/gopenfusion.git
synced 2026-01-06 15:10:36 +00:00
started docker image
This commit is contained in:
9
Dockerfile
Normal file
9
Dockerfile
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM alpine:latest
|
||||
|
||||
WORKDIR /gopenfusion
|
||||
|
||||
# grab binary
|
||||
COPY ./bin/server ./
|
||||
RUN chmod +x ./server
|
||||
|
||||
CMD ["/gopenfusion/server"]
|
||||
Reference in New Issue
Block a user