mirror of
https://github.com/CPunch/gopenfusion.git
synced 2025-09-26 05:10:06 +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