Skip to content

Commit

Permalink
Merge pull request #74 from AmentumServices/fixMakefile
Browse files Browse the repository at this point in the history
Fix makefile with tabs and add podman build
  • Loading branch information
tristan-morris authored Jan 11, 2025
2 parents 038beaa + d6acce6 commit d3d48a4
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
build:
pip install -r vscsync/requirements.txt
pip install -r vscgallery/requirements.txt

docker:
docker-compose build

run:
docker-compose up --build -d
build:
pip install -r vscoffline/vscsync/requirements.txt
pip install -r vscoffline/vscgallery/requirements.txt

docker:
docker-compose build

podman:
podman-compose build

run:
docker-compose up --build -d

0 comments on commit d3d48a4

Please sign in to comment.