diff --git a/Dockerfile b/Dockerfile index 2d6869b..e518b53 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,6 +15,6 @@ FROM alpine COPY --from=build /build/app /bin -RUN ls -lh +RUN ls -al /bin/ | grep 'app' ENTRYPOINT ["/bin/app"] \ No newline at end of file