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