dfa32412 commited on
Commit
a091ad5
·
verified ·
1 Parent(s): de51ca1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -12,7 +12,7 @@ run chmod 777 /var/log/nginx
12
 
13
  COPY nginx.conf nginx.conf
14
 
15
- RUN npm update && \
16
- npm install -y nginx
17
 
18
  cmd nginx -c $PWD/nginx.conf && npm start
 
12
 
13
  COPY nginx.conf nginx.conf
14
 
15
+ RUN yum update && \
16
+ yum install -y nginx
17
 
18
  cmd nginx -c $PWD/nginx.conf && npm start