Remove root template dir
This commit is contained in:
parent
4ff8b64132
commit
a0e88f0f78
7 changed files with 1 additions and 5 deletions
|
@ -32,7 +32,6 @@ COPY --chown=website --from=frontend ./static/build ./static/build
|
|||
|
||||
COPY --chown=website ./etc ./etc
|
||||
COPY --chown=website ./manage.py ./manage.py
|
||||
COPY --chown=website ./templates ./templates
|
||||
COPY --chown=website ./website ./website
|
||||
|
||||
RUN SECRET_KEY=none python manage.py collectstatic --noinput --clear -v3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue