Skip to content

Commit

Permalink
misc/Dockerfile.noble: show howto set workdir for test runs
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Janik <[email protected]>
  • Loading branch information
tim-janik committed Nov 10, 2024
1 parent 2d10a70 commit 09c25d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/Dockerfile.noble
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ RUN echo "ubuntu ALL=(ALL) NOPASSWD:ALL" > /etc/sudoers.d/ubuntu
USER ubuntu

# docker build -t ghcr.io/tim-janik/anklang-ci:noble-latest -f misc/Dockerfile.noble misc
# docker run -ti --rm -v $PWD:/hostwd ghcr.io/tim-janik/anklang-ci:noble-latest
# docker run -ti --rm -v $PWD:/hostwd -w /hostwd ghcr.io/tim-janik/anklang-ci:noble-latest

0 comments on commit 09c25d6

Please sign in to comment.