Skip to content

Commit

Permalink
updating docker commit to not pause (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
bigtallcampbell authored Jul 10, 2024
1 parent 63a050a commit 0bd3199
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 @@ -687,7 +687,7 @@ function main() {
# Python needs the debugshim image updated with the changes from the python installs above
if [[ "${DEV_PYTHON}" == "true" ]]; then
info_log "Committing changes to container for debugshim..."
run_a_script "docker commit ${CONTAINER_NAME:?} ${CONTAINER_IMAGE:?}:latest"
run_a_script "docker commit --pause=false ${CONTAINER_NAME:?} ${CONTAINER_IMAGE:?}:latest"
info_log "...image updated"
fi

Expand Down

0 comments on commit 0bd3199

Please sign in to comment.