update docker docs and fix custom.dockerfile

This commit is contained in:
Aaron Kable
2022-11-24 21:54:09 +08:00
parent 7a195d4158
commit 3454520dfe
3 changed files with 15 additions and 5 deletions

View File

@@ -4,5 +4,3 @@ FROM $AA_DOCKER_TAG
RUN cd /home/allianceauth
COPY /conf/requirements.txt requirements.txt
RUN pip install -r requirements.txt
RUN python $AUTH_HOME/myauth/manage.py collectstatic --noinput
RUN allianceauth update myauth