Files
cmd
docs
pkg
validation
web
.gitignore
Containerfile
LICENSE
README.md
compose.yaml
generate.go
go.mod
go.sum
openapi.yaml
maps-service/Containerfile
2024-12-10 17:03:18 -08:00

3 lines
54 B
Docker

FROM alpine
COPY build/server /
ENTRYPOINT ["/server"]