1
0
Fork 0
mirror of synced 2024-06-26 18:20:43 +12:00

Fix after testing

This commit is contained in:
Matej Bačo 2022-06-07 14:00:20 +00:00
parent 7c578b38e6
commit 5b98547fe1

View file

@ -1,8 +1,8 @@
tasks:
- name: Run Appwrite Docker Stack
init: |
docker-compose pull
docker-compose build
docker compose pull
docker compose build
command: |
docker run --rm --interactive --tty \
--volume $PWD:/app \