docker-epau/Docker/nginx/Dockerfile

9 lines
189 B
Docker
Raw Normal View History

2025-01-27 15:58:38 +01:00
FROM nginx:latest
RUN apt-get update \
&& apt-get install -y \
vim
COPY ./default.conf /etc/nginx/conf.d/default.conf
COPY ./bashrc /root/.bashrc
COPY ./inputrc /root/.inputrc