diff --git a/.gitpod.yml b/.gitpod.yml index 939e451..a6eecdd 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -3,7 +3,7 @@ tasks: command: echo 'starting build' - name: server run init: docker-compose pull - command: "docker-compose up -d && docker-compose -f" + command: "docker-compose up -d && docker-compose logs -f" # - name: batch pull # init: docker-compose -f config/docker-compose ports: