Archived
1
0

Fix rg extraction in Docker build

This commit is contained in:
Asher
2019-07-17 17:41:25 -05:00
parent b0e6c1cc4e
commit 2be452d83e
3 changed files with 11 additions and 5 deletions

View File

@ -99,7 +99,7 @@ function build-code-server() {
log "Installing remote dependencies"
cd "${vscodeSourcePath}/remote"
yarn --production --force --build-from-source
cp -r "${vscodeSourcePath}/remote/node_modules" "${codeServerBuildPath}"
mv "${vscodeSourcePath}/remote/node_modules" "${codeServerBuildPath}"
# Only keep the production dependencies.
cd "${codeServerBuildPath}/out/vs/server"