This commit is contained in:
parent
8fc07f2cd2
commit
eafe8fab8d
@ -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"]
|
Loading…
Reference in New Issue
Block a user