Files
docker-materio/Docker/nginx-legacy/Dockerfile
T
2019-02-01 12:05:58 +01:00

6 lines
128 B
Docker

FROM nginx:latest
COPY ./default.conf /etc/nginx/conf.d/default.conf
COPY ./bashrc /root/.bashrc
COPY ./inputrc /root/.inputrc