🐳
All checks were successful
continuous-integration/drone/tag Build is passing

This commit is contained in:
谢作欢 2023-11-03 11:31:50 +08:00
parent 8fc07f2cd2
commit eafe8fab8d

View File

@ -15,6 +15,6 @@ FROM alpine
COPY --from=build /build/app /bin COPY --from=build /build/app /bin
RUN ls -lh RUN ls -al /bin/ | grep 'app'
ENTRYPOINT ["/bin/app"] ENTRYPOINT ["/bin/app"]