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 ffd89d4 commit f560d5cCopy full SHA for f560d5c
start.sh
@@ -19,6 +19,7 @@ function build() {
19
echo 'warning: trying to build as CI user, falling back to user 1000'
20
export DOCKER_USER='1000:1000'
21
fi
22
+ docker-compose -f docker-compose.dev.yml run --rm node rm -rf node_modules
23
docker-compose -f docker-compose.dev.yml run --rm node npm install
24
docker-compose -f docker-compose.dev.yml run --rm node npm run build
25
}
0 commit comments