FROM nginx:1.17.5-alpine
WORKDIR /etc/nginx
COPY nginx.conf moonbase.crt moonbase.key ./
