antonovmaxim commited on
Commit
dd9e514
1 Parent(s): dc6b189

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -4
Dockerfile CHANGED
@@ -1,5 +1,3 @@
1
- FROM nginxinc/nginx-unprivileged:latest
 
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