5 lines
83 B
Docker
5 lines
83 B
Docker
FROM nginx
|
|
|
|
RUN rm /etc/nginx/conf.d/default.conf
|
|
|
|
RUN /bin/bash -c 'echo init ok' |