Skip to content
Snippets Groups Projects
Commit 9514b3d6 authored by Jean-Denis Gebhardt's avatar Jean-Denis Gebhardt
Browse files

build(Makefile): Expose liveserver port

parent 96af28b9
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@
CBIN := podman
CFLAGS := run -it --rm \
--pull always \
-p 8000:8000 \
-v ./:/builds/${PWD##*/} \
-w /builds/${PWD##*/} \
containers/python-build:latest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment