updated dockerfiles
parent
5ee5fb9fbc
commit
2671cd7f8e
|
|
@ -9,4 +9,4 @@ RUN rm /etc/nginx/conf.d/default.conf && \
|
|||
COPY nginx.conf /etc/nginx/
|
||||
COPY . /var/www/html/admin
|
||||
EXPOSE 8001
|
||||
CMD ["nginx", "-c /etc/nginx/nginx.conf", "-g 'daemon off;'"]
|
||||
CMD ["nginx", "-c", "/etc/nginx/nginx.conf", "-g", "daemon off;"]
|
||||
|
|
@ -9,4 +9,4 @@ RUN rm /etc/nginx/conf.d/default.conf && \
|
|||
COPY nginx.conf /etc/nginx/
|
||||
COPY ./build/ /var/www/html/web
|
||||
EXPOSE 80
|
||||
CMD ["nginx", "-c /etc/nginx/nginx.conf", "-g 'daemon off;'"]
|
||||
CMD ["nginx", "-c", "/etc/nginx/nginx.conf", "-g", "daemon off;"]
|
||||
Loading…
Reference in New Issue