From 15bd8e08818a98168554d823a0e4b38a578547d6 Mon Sep 17 00:00:00 2001 From: dushixiang Date: Sun, 31 Oct 2021 18:37:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=B9=E5=99=A8=E6=B7=BB=E5=8A=A0License?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= 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 a9bf57e..53ddad7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,6 +31,7 @@ WORKDIR /usr/local/next-terminal RUN touch config.yml COPY --from=builder /app/next-terminal ./ +COPY --from=builder /app/LICENSE ./ COPY --from=builder /app/web/build ./web/build EXPOSE $SERVER_PORT $SSHD_PORT