From eafe8fab8da55143559963a7f35572d1154c8b3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=A2=E4=BD=9C=E6=AC=A2?= Date: Fri, 3 Nov 2023 11:31:50 +0800 Subject: [PATCH] :whale: --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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