From 282c4886b392fa607ba69b5256d1df90c7fb8295 Mon Sep 17 00:00:00 2001 From: coward Date: Wed, 8 May 2024 14:44:10 +0800 Subject: [PATCH] =?UTF-8?q?:whale:dockerfile=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e9656f3..fad9d7c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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'