FROM nginx:stable-alpine COPY ./conf/nginx.conf /etc/nginx/nginx.conf WORKDIR /app COPY ./src/. . EXPOSE 8000