FROM nginx:latest COPY ./public /usr/share/nginx/html COPY site.conf /etc/nginx/conf.d/default.conf CMD ["nginx", "-g", "daemon off;"]