Skip to content

Commit

Permalink
docker-compose files with initial gitpod support
Browse files Browse the repository at this point in the history
  • Loading branch information
gclayburg committed Aug 11, 2021
1 parent 71be7ea commit 3835871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3835871

Please sign in to comment.