Files
2024-11-26 14:37:36 -03:00

4 lines
89 B
Docker
Executable File

FROM nginx
RUN apt update
RUN apt install -y vim
COPY conf/default.conf /etc/nginx/conf.d