Add docker arg for CDN_URL
This commit is contained in:
parent
5e9a3f0ba6
commit
8ddd9fab96
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user