Skip to content

Commit

Permalink
Docker permissions fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benpturner committed Aug 20, 2020
1 parent c3c2fd1 commit 837846a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resources/scripts/posh-docker-server
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ get_posh_projects_dir
get_docker_posh_projects_dir
get_docker_image_name

chmod -R a+rwx $POSH_PROJECT_DIR

POSHC2_PORT=`cat $POSH_PROJECT_DIR/config.yml | grep "BindPort: " | grep -o -e "[0-9]\+"`

show_help(){
Expand Down

0 comments on commit 837846a

Please sign in to comment.