mirror of
https://github.com/rjNemo/villafleurie
synced 2026-06-06 02:16:47 +00:00
5 lines
162 B
YAML
5 lines
162 B
YAML
build:
|
|
docker:
|
|
web: Dockerfile
|
|
run:
|
|
web: bash -c "python manage.py makemigrations && python manage.py migrate && python manage.py runserver 0.0.0.0:8000"
|