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

This commit is contained in:
coward 2024-05-08 14:44:10 +08:00
parent 9670ec8270
commit 282c4886b3

View File

@ -16,7 +16,7 @@ RUN ls -lh && chmod +x ./app
FROM alpine
COPY --from=build /build/app /bin
COPY --from=build /template/* /template/
COPY --from=build /build/template/* /template/
RUN ls -al /bin/ | grep 'app'