.
continuous-integration/drone/push Build was killed
Details
continuous-integration/drone/push Build was killed
Details
This commit is contained in:
parent
49f759bac2
commit
ca481fabfc
|
@ -3,5 +3,5 @@ FROM $image
|
||||||
COPY ./conf/home.conf /etc/nginx/user.conf.d/server._conf
|
COPY ./conf/home.conf /etc/nginx/user.conf.d/server._conf
|
||||||
COPY ./nginx.conf /etc/nginx/nginx.conf
|
COPY ./nginx.conf /etc/nginx/nginx.conf
|
||||||
COPY ./website /www/data
|
COPY ./website /www/data
|
||||||
COPY run.sh /
|
COPY home.sh /
|
||||||
CMD sh /run.sh
|
CMD sh /home.sh
|
|
@ -0,0 +1,4 @@
|
||||||
|
export DOLLAR='$'
|
||||||
|
envsubst < /etc/nginx/user.conf.d/server._conf > /etc/nginx/user.conf.d/server.conf
|
||||||
|
cat /etc/nginx/user.conf.d/server.conf
|
||||||
|
nginx -g "daemon off;"
|
Reference in New Issue