Skip to content

Commit

Permalink
adjusting postStart for python to use container directory
Browse files Browse the repository at this point in the history
  • Loading branch information
bigtallcampbell committed Aug 2, 2024
1 parent 184f643 commit 220f8eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/features/spacefx-dev/postStart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ function python_poetry_install(){
shift
done

run_a_script "/root/.local/bin/poetry install ${extra_cmd}"
run_a_script "/root/.local/bin/poetry install --directory=${CONTAINER_WORKING_DIR:?} ${extra_cmd}"


info_log "END: ${FUNCNAME[0]}"
Expand Down

0 comments on commit 220f8eb

Please sign in to comment.