Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-noland committed Oct 28, 2024
1 parent 7c27cfa commit 7bbd7b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions justfile
Original file line number Diff line number Diff line change
@@ -202,6 +202,7 @@ compile-env *args: fill-out-dev-env-template
--mount "type=bind,source=$(pwd)/dev-env-template/etc/passwd,destination=/etc/passwd,readonly" \
--mount "type=bind,source=$(pwd)/dev-env-template/etc/group,destination=/etc/group,readonly" \
--mount "type=bind,source=${tmp_targetdir},destination=$(pwd)/target,bind-propagation=rprivate" \
--mount "type=bind,source=/run/docker/docker.sock,destination=/var/run/docker.sock" \
--user "$(id -u):$(id -g)" \
--workdir "$(pwd)" \
"{{ _compile_env_container }}" \

0 comments on commit 7bbd7b3

Please sign in to comment.