FROM nginx:stable-alpine WORKDIR /var/www/html COPY /public /var/www/html COPY ./nginx.conf /etc/nginx/conf.d/default.conf