FROM nginx:1.27-alpine

COPY server/site/nginx.conf /etc/nginx/conf.d/default.conf
COPY server/site/static /usr/share/nginx/html
