FROM nginx:alpine3.17-slim
WORKDIR /app
COPY ./nginx.conf /etc/nginx/nginx.conf
COPY ./book /app/static