From 94dedfc849dbd7a2c26c9547294e4d3fee89f613 Mon Sep 17 00:00:00 2001 From: Christian Kellner Date: Wed, 7 Apr 2021 15:44:03 +0000 Subject: [PATCH] devcontainer: specify the workdir Set the workdir to the osbuild source directory; this makes it convenient when using docker/podman exec into the container. --- .devcontainer/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 8565fc6b..d934b085 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -32,3 +32,5 @@ RUN dnf install -y \ skopeo \ the_silver_searcher \ tree + +WORKDIR /workspaces/osbuild