Skip to content

Commit

Permalink
fix the position of the rw flag
Browse files Browse the repository at this point in the history
Signed-off-by: Chen Jing <[email protected]>
  • Loading branch information
JingChen23 committed Oct 13, 2023
1 parent 779e17f commit e0d5b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create-frozen-vm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ chmod o+w config
chmod o+w manifests
# Launch packer build
docker run --tty --rm --name packer-builder -v \
"$(pwd)":/home/packer ${packer_builder_image}:rw \
"$(pwd)":/home/packer:rw ${packer_builder_image} \
bash -c "$command_in_container"
chmod o-w config
chmod o-w manifests
Expand Down

0 comments on commit e0d5b59

Please sign in to comment.