Skip to content

Commit

Permalink
hack 11
Browse files Browse the repository at this point in the history
docker is wild
  • Loading branch information
daniel-noland committed Oct 23, 2024
1 parent 5918b88 commit f3a78a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ compile-env *args: fill-out-dev-env-template
--rm \
--name dataplane-compile-env \
--tmpfs /tmp:uid=$(id -u),gid=$(id -g),nodev,noexec,nosuid \
--mount type=tmpfs,destination=${HOME},tmpfs-mode=1777 \
--tmpfs "${HOME},uid=$(id -u),gid=$(id -g)" \
--mount type=bind,source="$(pwd),destination=/work,bind-propagation=rprivate" \
--mount type=bind,source="${tmp_link},destination=/work/compile-env,bind-propagation=rprivate" \
--mount type=bind,source=$(pwd)/dev-env-template/etc/passwd,destination=/etc/passwd \
Expand Down

0 comments on commit f3a78a9

Please sign in to comment.