FROM nginx:1.25-alpine3.17-slim AS dev WORKDIR /usr/share/nginx/html COPY etc/www.conf /etc/nginx/conf.d/default.conf COPY dist/ ./ EXPOSE 80