Skip to content

Commit

Permalink
allow write to venv for docker users
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Oct 19, 2023
1 parent 9f2011b commit 8b7d290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/postCreateCommand
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

if [[ $USER != "root" ]] ; then
# make sure the non-root user can build iocs and (mounted in) support modules
sudo chown -R ${USER}:${USER} /epics/links
sudo chown -R ${USER}:${USER} /epics/links /venv
sudo chown -h ${USER}:${USER} /epics /epics/ioc

# also give non-root user access to the same bash config we use in podman
Expand Down

0 comments on commit 8b7d290

Please sign in to comment.