octopush/templates/build_release.Dockerfile
Kasper Juul Hermansen 2aebcc647d add-cuddle ()
Co-authored-by: kjuulh <contact@kjuulh.io>
Reviewed-on: 
2022-09-12 22:26:32 +02:00

8 lines
85 B
Docker

FROM golang
COPY . .
RUN go build cmd/server/server.go
CMD [ "server", "start" ]