From 96b47b69098c0cab908075547ff143678d48dde8 Mon Sep 17 00:00:00 2001 From: Niaz Faridani-Rad <faridani.rad@gmail.com> Date: Tue, 8 Mar 2022 11:24:13 +0100 Subject: [PATCH] Add postinstall command to entrypoint --- frontend/entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/entrypoint.sh b/frontend/entrypoint.sh index 3e2fe84..c7e9f90 100755 --- a/frontend/entrypoint.sh +++ b/frontend/entrypoint.sh @@ -2,6 +2,7 @@ echo "installing frontend" npm install --legacy-peer-deps +npm run postinstall npm run start # DANGEROUSLY_DISABLE_HOST_CHECK=true HOST=0.0.0.0 npm start -- GitLab