容器添加License文件

This commit is contained in:
dushixiang
2021-10-31 18:37:51 +08:00
parent 2c9f9c4f9c
commit 15bd8e0881

View File

@ -31,6 +31,7 @@ WORKDIR /usr/local/next-terminal
RUN touch config.yml RUN touch config.yml
COPY --from=builder /app/next-terminal ./ COPY --from=builder /app/next-terminal ./
COPY --from=builder /app/LICENSE ./
COPY --from=builder /app/web/build ./web/build COPY --from=builder /app/web/build ./web/build
EXPOSE $SERVER_PORT $SSHD_PORT EXPOSE $SERVER_PORT $SSHD_PORT