mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-14 15:00:16 +02:00
remove collectstatic command from dockerfile
This commit is contained in:
parent
131cc5ed0a
commit
5d6128e9ea
@ -39,7 +39,6 @@ RUN allianceauth start myauth
|
|||||||
COPY /allianceauth/project_template/project_name/settings/local.py ${AUTH_HOME}/myauth/myauth/settings/local.py
|
COPY /allianceauth/project_template/project_name/settings/local.py ${AUTH_HOME}/myauth/myauth/settings/local.py
|
||||||
RUN allianceauth update myauth
|
RUN allianceauth update myauth
|
||||||
RUN mkdir -p ${STATIC_BASE}/myauth/static
|
RUN mkdir -p ${STATIC_BASE}/myauth/static
|
||||||
RUN python ${AUTH_HOME}/myauth/manage.py collectstatic --noinput
|
|
||||||
COPY /docker/conf/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
|
COPY /docker/conf/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
|
||||||
RUN echo 'alias auth="python $AUTH_HOME/myauth/manage.py"' >> ~/.bashrc && \
|
RUN echo 'alias auth="python $AUTH_HOME/myauth/manage.py"' >> ~/.bashrc && \
|
||||||
echo 'alias supervisord="supervisord -c /etc/supervisor/conf.d/supervisord.conf"' >> ~/.bashrc && \
|
echo 'alias supervisord="supervisord -c /etc/supervisor/conf.d/supervisord.conf"' >> ~/.bashrc && \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user