This commit is contained in:
parent
9670ec8270
commit
282c4886b3
@ -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'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user