WIP: Added cuddle
This commit is contained in:
7
templates/build_release.Dockerfile
Normal file
7
templates/build_release.Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM golang
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN go build cmd/server/server.go
|
||||
|
||||
CMD [ "server", "start" ]
|
Reference in New Issue
Block a user