From ac589d2a4cf709f19966f183b2c0da4f927d76c9 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:38:12 +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 | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 60e3246..c511afe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,4 +16,5 @@ EXPOSE 19099 WORKDIR /app COPY --from=builder /builder/app ./app +COPY ./views ./views CMD ./app \ No newline at end of file