added dev make file for ease in development.
Some checks failed
Gitea build & run. / docker (push) Failing after 3s
Some checks failed
Gitea build & run. / docker (push) Failing after 3s
This commit is contained in:
6
compose.dev.yaml
Normal file
6
compose.dev.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
services:
|
||||
web:
|
||||
command: gunicorn -b 0.0.0.0:8000 website.wsgi:application
|
||||
volumes:
|
||||
- ./src:/src
|
||||
|
||||
Reference in New Issue
Block a user