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