FROM nginx:1.29-alpine
COPY conf.d/ /etc/nginx/conf.d/

# for TLS certs later (HTTPS)
RUN mkdir -p /etc/nginx/certs