From 917e96b33238c4ed04ebfff8597a30e03995371d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=AF=BB=E6=AC=A2?= Date: Thu, 30 Nov 2023 11:56:40 +0800 Subject: [PATCH] =?UTF-8?q?:whale:=20=E8=84=9A=E6=9C=AC=E5=AE=8C=E5=96=84?= 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 7ba4764..1c07992 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,4 +18,4 @@ EXPOSE 8080 WORKDIR /app COPY --from=builder /builder/app ./app COPY --from=builder /builder/views ./views -CMD ./app \ No newline at end of file +CMD ls -lah && ./app \ No newline at end of file