mybuddy/.gitpod.yml

15 lines
292 B
YAML
Raw Normal View History

2021-09-03 14:23:14 +00:00
tasks:
- init: >
2022-08-09 08:31:34 +00:00
sudo apt update &&
sudo apt -y install gettext &&
2021-09-03 14:23:14 +00:00
pipenv install --three &&
npm install -g gulp-cli &&
npm install &&
gulp migrate
2021-09-03 14:23:14 +00:00
env:
DJANGO_SETTINGS_MODULE: babybuddy.settings.gitpod
2021-09-03 14:23:14 +00:00
command: gulp
ports:
- port: 8000