devcontainer: specify the workdir
Set the workdir to the osbuild source directory; this makes it convenient when using docker/podman exec into the container.
This commit is contained in:
parent
1f86a2156d
commit
94dedfc849
1 changed files with 2 additions and 0 deletions
|
|
@ -32,3 +32,5 @@ RUN dnf install -y \
|
|||
skopeo \
|
||||
the_silver_searcher \
|
||||
tree
|
||||
|
||||
WORKDIR /workspaces/osbuild
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue