We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f5bf0d commit 4572a91Copy full SHA for 4572a91
.devcontainer/devcontainer.json
@@ -53,7 +53,7 @@
53
// "oryx build" will automatically install your dependencies and attempt to build your project
54
"postCreateCommand": [
55
"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;"
+ "source $NVM_DIR/nvm.sh && nvm install && nvm use && npm install -g gulp && yarn install && gulp production;",
+ "/home/codespace/.local/bin/flask db upgrade;"
58
]
59
}
0 commit comments