feat: tirgger workflw build -1
Some checks failed
ci / build (amd64) (push) Failing after 2s

This commit is contained in:
yangzun 2023-08-23 19:43:00 +08:00
parent d0ae6d1042
commit 3b45770ee9

View File

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