FROM nginx:latest COPY ./bin/Release/net6.0/publish/wwwroot/ /usr/share/nginx/html/ COPY ./nginx.conf /etc/nginx/conf.d/default.conf