mirror of
https://github.com/whyour/qinglong.git
synced 2025-07-28 23:46:06 +08:00
Fix nginx can not run without /run/nginx
Fix nginx can not run without /run/nginx
This commit is contained in:
parent
5dd8d9df91
commit
eca5935d64
|
@ -47,5 +47,6 @@ RUN set -x \
|
|||
&& rm -rf /root/.pnpm-store \
|
||||
&& git clone -b ${QL_BRANCH} https://github.com/${QL_MAINTAINER}/qinglong-static.git /static \
|
||||
&& cp -rf /static/* ${QL_DIR} \
|
||||
&& rm -rf /static
|
||||
&& rm -rf /static \
|
||||
&& mkdir -p /run/nginx
|
||||
ENTRYPOINT ["./docker/docker-entrypoint.sh"]
|
||||
|
|
Loading…
Reference in New Issue
Block a user