FROM nginx:alpine RUN rm -rf /usr/share/nginx/html/* COPY site/public /usr/share/nginx/html/ EXPOSE 80