添加发布端口和数据卷 (#2231)

This commit is contained in:
秋澪 2024-01-25 20:48:03 +08:00 committed by GitHub
parent 35c6475534
commit 315ae49360
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,6 +23,10 @@ ENV PNPM_HOME=/root/.local/share/pnpm \
QL_DIR=/ql \
QL_BRANCH=${QL_BRANCH}
VOLUME /ql/data
EXPOSE 5700
RUN set -x \
&& apk update -f \
&& apk upgrade \