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:
parent
32c10d72c9
commit
ede69dd623
3 changed files with 2 additions and 1 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
1
changes/changelog.d/rename-api-compose-dir.misc
Normal file
1
changes/changelog.d/rename-api-compose-dir.misc
Normal file
|
|
@ -0,0 +1 @@
|
|||
Rename api composer/django/ dir to docker/
|
||||
Loading…
Add table
Add a link
Reference in a new issue