🐳
Some checks failed
continuous-integration/drone/tag Build is failing

This commit is contained in:
谢作欢 2023-11-03 08:51:24 +08:00
parent 00d4a6024a
commit 6455fc01fc

View File

@ -15,4 +15,6 @@ FROM alpine
WORKDIR /app
COPY --from=build /app/app .
COPY --from=build /app/app .
ENTRYPOINT ["/app/app"]