Merge branch 'main' of https://git.treesir.pub/demoTest/simple-web-service
Some checks failed
ci / build (amd64) (push) Failing after 2s

This commit is contained in:
2023-08-23 19:48:23 +08:00

View File

@ -16,6 +16,5 @@ RUN CGO_ENABLED=0 go build -o /web
# Expose
EXPOSE 8081
# Run
CMD ["/web"]