Spaces:
Runtime error
Runtime error
antonovmaxim
commited on
Commit
•
dd9e514
1
Parent(s):
dc6b189
Update Dockerfile
Browse files- Dockerfile +2 -4
Dockerfile
CHANGED
@@ -1,5 +1,3 @@
|
|
1 |
-
FROM
|
|
|
2 |
COPY nginx.conf /etc/nginx/nginx.conf
|
3 |
-
USER root
|
4 |
-
RUN chmod g+rwx /var/cache/nginx /var/run /var/log/nginx
|
5 |
-
USER nginx
|
|
|
1 |
+
FROM nginx:alpine
|
2 |
+
|
3 |
COPY nginx.conf /etc/nginx/nginx.conf
|
|
|
|
|
|