容器添加License文件
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user