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 90c2720 commit f02a7e1Copy full SHA for f02a7e1
1 file changed
docker/scripts/app-init.sh
@@ -9,6 +9,9 @@ echo "Fixing volumes ownership..."
9
sudo chown -R dev:dev "$WORKSPACEDIR/.parcel-cache"
10
sudo chown -R dev:dev "$WORKSPACEDIR/__pycache__"
11
12
+echo "Fix chromedriver /dev/shm permissions..."
13
+sudo chmod 1777 /dev/shm
14
+
15
# Build node packages that requrie native compilation
16
echo "Compiling native node packages..."
17
yarn rebuild
0 commit comments