FROM nginx
WORKDIR /code
COPY ./build/ /usr/share/nginx/html
#CMD ['nginx', '-c /etc/nginx/nginx.conf', '-g "daemon off;"']