Skip to content

Commit d3d48a4

Browse files
Merge pull request #74 from AmentumServices/fixMakefile
Fix makefile with tabs and add podman build
2 parents 038beaa + d6acce6 commit d3d48a4

1 file changed

Lines changed: 12 additions & 9 deletions

File tree

Makefile

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
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

0 commit comments

Comments
 (0)