4 lines
84 B
Docker
4 lines
84 B
Docker
|
ARG image
|
||
|
FROM $image
|
||
|
COPY ./conf/registry.conf /etc/nginx/user.conf.d/server._conf
|