1
0
Fork 0
mirror of synced 2024-05-19 04:02:34 +12:00

Improve Gitpod preloading

This commit is contained in:
Matej Bačo 2022-06-20 07:18:35 +00:00
parent 3c627fdd53
commit 7c8b5989e8

View file

@ -3,6 +3,7 @@ tasks:
init: |
docker compose pull
docker compose build
docker pull composer
command: |
docker run --rm --interactive --tty \
--volume $PWD:/app \