Skip to content

Commit 81295e3

Browse files
committed
Fix Makefile: Tabs not spaces & add podman
1 parent 038beaa commit 81295e3

1 file changed

Lines changed: 13 additions & 9 deletions

File tree

Makefile

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1-
build:
2-
pip install -r vscsync/requirements.txt
3-
pip install -r vscgallery/requirements.txt
4-
5-
docker:
6-
docker-compose build
7-
8-
run:
9-
docker-compose up --build -d
1+
build:
2+
pip install -r vscoffline/vscsync/requirements.txt
3+
pip install -r vscoffline/vscgallery/requirements.txt
4+
5+
docker:
6+
docker-compose build
7+
8+
podman:
9+
podman-compose build
10+
11+
run:
12+
docker-compose up --build -d
13+
git

0 commit comments

Comments
 (0)