File size: 191 Bytes
6cf6e27
134789d
de6782e
060a5e1
 
3d8e02d
 
6cf6e27
 
1
2
3
4
5
6
7
8
9
10
FROM uozi/nginx-ui:latest
ENV NGINX_UI_IGNORE_DOCKER_SOCKET=true
ENV TZ=Asia/Shanghai
RUN mkdir -p /etc/nginx /etc/nginx-ui /var/www

COPY www/ /var/www/
COPY nginx/ /etc/nginx/

EXPOSE 7860