update docs

This commit is contained in:
Tomas Mirchev 2024-11-10 04:28:10 +01:00
parent ef5f56784e
commit 78dcd419a8

View File

@ -4,7 +4,10 @@
Build Build
``` ```
podman build -t my-dev-container . docker build \
--build-arg UID=$(id -u) \
--build-arg GID=$(id -g) \
-t web-stack .
``` ```
Run. Mount /workspace if you want to preserve changes. Mount /workspace if you want to preserve changes. Run. Mount /workspace if you want to preserve changes. Mount /workspace if you want to preserve changes.