Add docker arg for CDN_URL
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
FROM python:3.7.3-alpine3.9 AS builder
|
FROM python:3.7.3-alpine3.9 AS builder
|
||||||
|
|
||||||
ARG CSP
|
ARG CSP
|
||||||
|
ARG CDN_URL=/static/assets/
|
||||||
ENV TZ UTC
|
ENV TZ UTC
|
||||||
|
|
||||||
RUN mkdir -p /install/.venv
|
RUN mkdir -p /install/.venv
|
||||||
|
Reference in New Issue
Block a user