BinaryONe
commited on
Commit
·
c8fbd81
1
Parent(s):
5b3b248
Nginx Changes-Over Alpine
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -35,7 +35,7 @@ RUN cat /etc/nginx/nginx.conf && echo "--------------------"
|
|
35 |
|
36 |
# Copy Nginx config
|
37 |
#COPY www.privateone-teleapi.hf.space.conf /etc/nginx/conf.d/www.privateone-teleapi.hf.space.conf
|
38 |
-
COPY nginx-new.conf /etc/nginx/nginx.conf
|
39 |
|
40 |
# Create necessary directories and set correct permissions (fix ownership)
|
41 |
RUN mkdir -p /var/www/html /var/log/nginx /run/nginx && \
|
|
|
35 |
|
36 |
# Copy Nginx config
|
37 |
#COPY www.privateone-teleapi.hf.space.conf /etc/nginx/conf.d/www.privateone-teleapi.hf.space.conf
|
38 |
+
COPY /app/nginx-new.conf /etc/nginx/nginx.conf
|
39 |
|
40 |
# Create necessary directories and set correct permissions (fix ownership)
|
41 |
RUN mkdir -p /var/www/html /var/log/nginx /run/nginx && \
|