FROM nginx:1.27-alpine
WORKDIR /usr/share/nginx/html
COPY ops/nginx.conf /etc/nginx/conf.d/default.conf
COPY . /usr/share/nginx/html