mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-12-18 23:05:07 +01:00
Build docker image in gitlab, add docs for turn key docker setup
This commit is contained in:
committed by
Ariel Rin
parent
8b8dcc0127
commit
930c5d7c7a
8
docker/custom.dockerfile
Normal file
8
docker/custom.dockerfile
Normal 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
|
||||
Reference in New Issue
Block a user