1 parent d66e923 commit 4179d08Copy full SHA for 4179d08
1 file changed
docker/scripts/app-init.sh
@@ -22,14 +22,16 @@ echo "Fix chromedriver /dev/shm permissions..."
22
sudo chmod 1777 /dev/shm
23
24
# Run nginx
25
-
26
echo "Starting nginx..."
27
sudo nginx
28
29
# Build node packages that requrie native compilation
30
echo "Compiling native node packages..."
31
yarn rebuild
32
+# Silence Browserlist warnings
33
+export BROWSERSLIST_IGNORE_OLD_DATA=1
34
+
35
# Generate static assets
36
echo "Building static assets... (this could take a minute or two)"
37
yarn build
0 commit comments