1
0
Fork 0
mirror of synced 2024-06-02 10:54:44 +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: | init: |
docker compose pull docker compose pull
docker compose build docker compose build
docker pull composer
command: | command: |
docker run --rm --interactive --tty \ docker run --rm --interactive --tty \
--volume $PWD:/app \ --volume $PWD:/app \