Skip to content

Commit 4572a91

Browse files
committed
Be more specific for nvm and flask
1 parent 8f5bf0d commit 4572a91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
// "oryx build" will automatically install your dependencies and attempt to build your project
5454
"postCreateCommand": [
5555
"pip install --progress-bar=off install -r requirements.txt;",
56-
"$NVM_DIR/nvm.sh && nvm install && nvm use && npm install -g gulp && yarn install && gulp production;",
57-
"flask db upgrade;"
56+
"source $NVM_DIR/nvm.sh && nvm install && nvm use && npm install -g gulp && yarn install && gulp production;",
57+
"/home/codespace/.local/bin/flask db upgrade;"
5858
]
5959
}

0 commit comments

Comments
 (0)