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:
Christian Kellner 2021-04-07 15:44:03 +00:00
parent 1f86a2156d
commit 94dedfc849

View file

@ -32,3 +32,5 @@ RUN dnf install -y \
skopeo \
the_silver_searcher \
tree
WORKDIR /workspaces/osbuild