Skip to content

Commit

Permalink
Update devcontainer.json with postCreateCommand
Browse files Browse the repository at this point in the history
  • Loading branch information
AstraBert committed Jul 28, 2024
1 parent 3e4effa commit 5d46ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
]
}
},
"postStartCommand": "apt update && apt install -y docker.io && docker run -d -p 8501:8501 astrabert/searchphi:latest"
"postCreateCommand": "bash install_dependencies_devcontainer.sh"
}

0 comments on commit 5d46ca4

Please # to comment.