Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -3,7 +3,7 @@ FROM nikolaik/python-nodejs:python3.11-nodejs21
|
|
3 |
# Install nginx
|
4 |
USER root
|
5 |
RUN apt-get -y update && apt-get -y install nginx
|
6 |
-
RUN rm /etc/nginx/nginx.conf
|
7 |
# Setup directory structure for Nginx
|
8 |
RUN mkdir -p /var/cache/nginx \
|
9 |
/var/log/nginx \
|
|
|
3 |
# Install nginx
|
4 |
USER root
|
5 |
RUN apt-get -y update && apt-get -y install nginx
|
6 |
+
#RUN rm /etc/nginx/nginx.conf
|
7 |
# Setup directory structure for Nginx
|
8 |
RUN mkdir -p /var/cache/nginx \
|
9 |
/var/log/nginx \
|