mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-23 06:46:09 +08:00
修复dockerfile
This commit is contained in:
parent
0f0c79f52f
commit
ea419a98ae
|
@ -24,6 +24,6 @@ RUN git clone -b ${QL_BRANCH} ${QL_URL} ${QL_DIR} \
|
|||
&& rm -rf /root/.pnpm-store \
|
||||
&& rm -rf /root/.cache \
|
||||
&& git clone -b ${QL_BRANCH} https://github.com/${QL_MAINTAINER}/qinglong-static.git /static \
|
||||
&& cp -rf /static/* ${QL_DIR} \
|
||||
&& cp -rf /static/* ${QL_DIR}/static \
|
||||
&& rm -rf /static
|
||||
ENTRYPOINT ["./docker/docker-entrypoint.sh"]
|
||||
|
|
Loading…
Reference in New Issue
Block a user