4 lines
89 B
Docker
Executable File
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 |