Tweak!
This commit is contained in:
parent
7d394e2f34
commit
039b440a57
@ -13,9 +13,9 @@ COPY app /opt/polyphonic
|
|||||||
WORKDIR /opt/polyphonic
|
WORKDIR /opt/polyphonic
|
||||||
|
|
||||||
COPY docker_settings.py polyphonic/local_settings.py
|
COPY docker_settings.py polyphonic/local_settings.py
|
||||||
|
|
||||||
RUN mkdir /var/polyphonic
|
|
||||||
RUN SECRET_KEY=_ python3 manage.py collectstatic --noinput
|
RUN SECRET_KEY=_ python3 manage.py collectstatic --noinput
|
||||||
|
|
||||||
|
VOLUME ["/var/polyphonic"]
|
||||||
|
|
||||||
ENTRYPOINT ["python3", "manage.py"]
|
ENTRYPOINT ["python3", "manage.py"]
|
||||||
CMD ["runserver", "0.0.0.0:8000", "--insecure"]
|
CMD ["runserver", "0.0.0.0:8000", "--insecure"]
|
||||||
|
|||||||
@ -5,7 +5,8 @@ certifi==2022.12.7
|
|||||||
charset-normalizer==2.1.1
|
charset-normalizer==2.1.1
|
||||||
crispy-bulma==0.8.0
|
crispy-bulma==0.8.0
|
||||||
Django==3.2.7
|
Django==3.2.7
|
||||||
-e git+ssh://git@gitea.tfconsulting.com.au/tris/django-byostorage.git@227ce5fccb5864657f080c25528263b655c2b6b7#egg=django_byostorage
|
#-e git+ssh://git@gitea.tfconsulting.com.au/tris/django-byostorage.git@227ce5fccb5864657f080c25528263b655c2b6b7#egg=django_byostorage
|
||||||
|
git+https://gitea.tfconsulting.com.au/tris/django-byostorage.git
|
||||||
django-crispy-forms==1.14.0
|
django-crispy-forms==1.14.0
|
||||||
django-markdown2==0.3.1
|
django-markdown2==0.3.1
|
||||||
django-rest-framework==0.1.0
|
django-rest-framework==0.1.0
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user