update docs
This commit is contained in:
parent
ef5f56784e
commit
78dcd419a8
@ -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.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user