add-cuddle (#2)
Co-authored-by: kjuulh <contact@kjuulh.io> Reviewed-on: kjuulh/kraken#2
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