This repository has been archived on 2020-08-11. You can view files and clone it, but cannot push or open issues or pull requests.
|
ARG image
|
|
FROM $image
|
|
COPY ./conf/home.conf /etc/nginx/user.conf.d/server._conf
|
|
COPY nginx.conf /etc/nginx
|
|
COPY website /www/data
|
|
COPY home.sh /
|
|
CMD sh /home.sh |