FROM nginx:1.21.5-alpine

COPY ./docker/images/http-proxy/default.conf /etc/nginx/conf.d/default.conf

EXPOSE 80 443
