add media files to production compose

This commit is contained in:
godd0t
2023-05-10 13:19:19 +02:00
parent 1ae2664984
commit 70a802350a
25 changed files with 129 additions and 123 deletions

View File

@@ -2,5 +2,5 @@
APP_PATH="src"
black $APP_PATH
ruff $APP_PATH --fix
black $APP_PATH

View File

@@ -2,5 +2,5 @@
APP_PATH="src"
black $APP_PATH --check
ruff $APP_PATH
black $APP_PATH --check