mybuddy/.gitpod.yml

14 lines
266 B
YAML
Raw Normal View History

2021-09-03 14:23:14 +00:00
tasks:
- init: >
pipenv install --three &&
npm install -g gulp-cli &&
npm install &&
gulp migrate &&
gulp createcachetable
env:
DJANGO_SETTINGS_MODULE: babybuddy.settings.development
command: gulp
ports:
- port: 8000