mirror of
https://github.com/rjNemo/villafleurie
synced 2026-06-06 02:16:47 +00:00
12 lines
No EOL
376 B
YAML
12 lines
No EOL
376 B
YAML
build:
|
|
docker:
|
|
web: Dockerfile
|
|
config:
|
|
# BUNDLE_INSTALL_ARGS: --jobs 10 --retry=3 --without development test
|
|
# RAILS_ENV: production
|
|
run:
|
|
web: bash -c "python manage.py makemigrations && python manage.py migrate && python manage.py runserver 0.0.0.0:8000"
|
|
# worker:
|
|
# command:
|
|
# - bundle exec rake jobs:work
|
|
# image: web |