Skip to content

Commit 176017d

Browse files
authored
Create .gitpod.yml
1 parent b68ea46 commit 176017d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.gitpod.yml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
tasks:
2+
- init: |
3+
docker-compose pull
4+
- command: |
5+
docker-compose up
6+
7+
vscode:
8+
extensions:
9+
- ms-azuretools.vscode-docker

0 commit comments

Comments
 (0)