From a2efc1bdbc6cde320e2d2d088edaa2d43d086e16 Mon Sep 17 00:00:00 2001 From: Mudassir Shabbir Date: Tue, 13 Aug 2024 09:14:55 +0500 Subject: [PATCH] fix: remove yarn install from postStartCommand --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index a5aee96..3f52c4f 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -18,7 +18,7 @@ "onAutoForward": "silent" } }, - "postStartCommand": "yarn install && bash /workspaces/dapp-offer-up/make_ports_public.sh 26657 1317", + "postStartCommand": "/bin/bash /workspaces/dapp-offer-up/make_ports_public.sh 26657 1317", "features": { "ghcr.io/devcontainers/features/docker-in-docker:2": {}, "ghcr.io/devcontainers/features/github-cli:1": {}