Skip to content

Commit 0e6c4a0

Browse files
committed
Refactor initialization task in .gitpod.yml
Replace pip install with docker-compose for improved environment setup.
1 parent 0a98111 commit 0e6c4a0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.gitpod.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
tasks:
2-
- init: pip install -r requirements.txt
3-
4-
2+
- init: docker-compose up

0 commit comments

Comments
 (0)