Build docker image in gitlab, add docs for turn key docker setup

This commit is contained in:
Kevin McKernan
2021-11-27 04:45:21 +00:00
committed by Ariel Rin
parent 8b8dcc0127
commit 930c5d7c7a
18 changed files with 552 additions and 0 deletions

8
docker/custom.dockerfile Normal file
View File

@@ -0,0 +1,8 @@
ARG AA_DOCKER_TAG
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