initial commit
This commit is contained in:
4
libs/go/Dockerfile
Normal file
4
libs/go/Dockerfile
Normal file
@@ -0,0 +1,4 @@
|
||||
FROM alpine
|
||||
WORKDIR /app
|
||||
ADD build build
|
||||
ENTRYPOINT build/server
|
||||
Reference in New Issue
Block a user