autogenerate static when building
This commit is contained in:
parent
d3c2c22e82
commit
eb1d4e85ed
|
@ -20,3 +20,5 @@ db/data/mysql_upgrade_info
|
||||||
gawa/media/CACHE
|
gawa/media/CACHE
|
||||||
gawa/static/CACHE
|
gawa/static/CACHE
|
||||||
site/static/CACHE
|
site/static/CACHE
|
||||||
|
gawa/media/img/links/favicons
|
||||||
|
gawa/static
|
||||||
|
|
|
@ -8,3 +8,4 @@ RUN apt update && apt install -y gettext && rm -rf /var/lib/apt/lists/*
|
||||||
COPY requirements.txt /app/
|
COPY requirements.txt /app/
|
||||||
RUN pip install -r requirements.txt
|
RUN pip install -r requirements.txt
|
||||||
COPY . /app/
|
COPY . /app/
|
||||||
|
RUN python /app/manage.py collectstatic --noinput
|
||||||
|
|
Loading…
Reference in New Issue