1
0
Fork 0
mirror of synced 2024-06-26 18:20:43 +12:00
appwrite/.gitpod.yml

25 lines
663 B
YAML
Raw Normal View History

image:
file: .gitpod.Dockerfile
2022-03-04 01:21:23 +13:00
tasks:
2022-03-04 03:57:13 +13:00
- init: docker-compose pull &&
2022-03-08 05:13:15 +13:00
docker-compose build &&
docker run --rm --interactive --tty --volume $PWD:/app composer update --ignore-platform-reqs --optimize-autoloader --no-plugins --no-scripts --prefer-dist
2022-03-08 03:38:10 +13:00
2022-03-04 01:21:23 +13:00
ports:
- port: 8080
onOpen: open-preview
2022-03-04 01:21:23 +13:00
visibility: public
vscode:
extensions:
2022-03-04 01:24:29 +13:00
- ms-azuretools.vscode-docker
github:
# https://www.gitpod.io/docs/prebuilds#github-specific-configuration
prebuilds:
# enable for pull requests coming from forks (defaults to false)
pullRequestsFromForks: true
# add a check to pull requests (defaults to true)
addCheck: false