new-support.webeffector.ru/docker/images/nginx/Dockerfile

9 lines
162 B
Docker

FROM nginx:latest
RUN apt-get update && apt-get install -y \
mc
COPY ./docker/config/nginx/nginx.conf /etc/nginx/nginx.conf
ENV TZ="Europe/Moscow"