Add Docker support with build and push workflow, and configure Gunicorn for application serving
All checks were successful
Build and push Docker image / build (push) Successful in 2m14s
All checks were successful
Build and push Docker image / build (push) Successful in 2m14s
This commit is contained in:
parent
3d180d3359
commit
fd09bf8aa3
6 changed files with 67 additions and 0 deletions
|
@ -119,6 +119,7 @@ USE_TZ = True
|
|||
# https://docs.djangoproject.com/en/5.2/howto/static-files/
|
||||
|
||||
STATIC_URL = "static/"
|
||||
STATIC_ROOT = os.getenv("MUSIK_STATIC_ROOT", "./static")
|
||||
|
||||
# Default primary key field type
|
||||
# https://docs.djangoproject.com/en/5.2/ref/settings/#default-auto-field
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue