add-cuddle (#2)

Co-authored-by: kjuulh <contact@kjuulh.io>
Reviewed-on: kjuulh/kraken#2
This commit is contained in:
2022-09-12 22:26:32 +02:00
parent 50228f0aff
commit 2aebcc647d
4 changed files with 16 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
FROM golang
COPY . .
RUN go build cmd/server/server.go
CMD [ "server", "start" ]