Skip to content

Commit

Permalink
update-makefile
Browse files Browse the repository at this point in the history
Signed-off-by: yzamir <[email protected]>
  • Loading branch information
yaacov committed Jan 8, 2024
1 parent 9e1d1cf commit f451b0e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ build-image:

run-image:
@echo "Running container image ..."
podman run --rm \
podman run --rm -it \
--network host \
-v ../../examples:/app/examples:z \
-it $(IMAGE_NAME) \
--port $(PORT) \
--driver $(DRIVER_PATH)
-v ./examples:/app/examples:z \
-e PORT=$(PORT) \
-e DRIVER=$(DRIVER_PATH) \
$(IMAGE_NAME)

clean:
-rm -rf .coverage
Expand Down

0 comments on commit f451b0e

Please sign in to comment.