.
continuous-integration/drone/push Build was killed Details

This commit is contained in:
Giles Bradshaw 2020-04-18 10:38:32 +01:00
parent ca481fabfc
commit d12595a00b
2 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,7 @@
ARG image ARG image
FROM $image 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
COPY ./website /www/data COPY website /www/data
COPY home.sh / COPY home.sh /
CMD sh /home.sh CMD sh /home.sh

View File

@ -0,0 +1 @@
<h1>SiGyl Ltd</h1>