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.
2020-04-02 13:20:50 +00:00
|
|
|
ARG image
|
|
|
|
FROM $image
|
2020-04-28 11:06:44 +00:00
|
|
|
COPY website /www/data
|
2020-04-02 13:20:50 +00:00
|
|
|
COPY ./conf/git.conf /etc/nginx/user.conf.d/server._conf
|