Add docker arg for CDN_URL

This commit is contained in:
richard-dds 2019-11-13 17:02:01 -05:00 committed by dandds
parent 5e9a3f0ba6
commit 8ddd9fab96

View File

@ -1,6 +1,7 @@
FROM python:3.7.3-alpine3.9 AS builder
ARG CSP
ARG CDN_URL=/static/assets/
ENV TZ UTC
RUN mkdir -p /install/.venv