# serve static files with local nginx config FROM nginx:alpine WORKDIR /app COPY . /site COPY ./nginx.conf /etc/nginx/nginx.conf