This commit is contained in:
Tris Forster 2023-02-20 03:38:23 +11:00
parent 7d394e2f34
commit 039b440a57
2 changed files with 4 additions and 3 deletions

View File

@ -13,9 +13,9 @@ COPY app /opt/polyphonic
WORKDIR /opt/polyphonic
COPY docker_settings.py polyphonic/local_settings.py
RUN mkdir /var/polyphonic
RUN SECRET_KEY=_ python3 manage.py collectstatic --noinput
VOLUME ["/var/polyphonic"]
ENTRYPOINT ["python3", "manage.py"]
CMD ["runserver", "0.0.0.0:8000", "--insecure"]

View File

@ -5,7 +5,8 @@ certifi==2022.12.7
charset-normalizer==2.1.1
crispy-bulma==0.8.0
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-markdown2==0.3.1
django-rest-framework==0.1.0