添加发布端口

This commit is contained in:
秋澪 2024-01-07 12:46:08 +08:00 committed by GitHub
parent 792cf9ad20
commit 3fbc13c58e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,6 +22,7 @@ ENV PNPM_HOME=/root/.local/share/pnpm \
PS1="\u@\h:\w \$ " \
QL_DIR=/ql \
QL_BRANCH=${QL_BRANCH}
EXPOSE 5700
RUN set -x \
&& apk update -f \