refactor(api): rename api composer/django/ dir to docker/

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2302>
This commit is contained in:
jo 2022-12-23 15:44:45 +01:00 committed by Marge
parent 32c10d72c9
commit ede69dd623
3 changed files with 2 additions and 1 deletions

View File

@ -112,4 +112,4 @@ RUN set -eux; \
ENV CACHE_URL="redis://redis:6379/0"
ENV CELERY_BROKER_URL="redis://redis:6379/0"
CMD ["./compose/django/server.sh"]
CMD ["./docker/server.sh"]

View File

@ -0,0 +1 @@
Rename api composer/django/ dir to docker/