diff --git a/client/scripts/docker-entrypoint.sh b/client/scripts/docker-entrypoint.sh index 36216ad..14ce266 100755 --- a/client/scripts/docker-entrypoint.sh +++ b/client/scripts/docker-entrypoint.sh @@ -6,6 +6,5 @@ if [ "${LOCAL_CONTRACTS}" = "true" ]; then sleep 2 done fi -npm run build echo "Starting Commons..." serve -l tcp://"${LISTEN_ADDRESS}":"${LISTEN_PORT}" -s /app/frontend/build/