3 lines
81 B
Docker
3 lines
81 B
Docker
|
ARG image
|
||
|
FROM $image
|
||
|
COPY ./conf/remote.conf /etc/nginx/user.conf.d/server._conf
|