From 8eaeadf390ea77cce1627cf32d7c802be9109c89 Mon Sep 17 00:00:00 2001 From: jakthom Date: Fri, 8 Nov 2024 12:26:40 -0500 Subject: [PATCH] post start --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 677273d..58c90f6 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,3 +1,3 @@ { - "postStartCommand": "make run" + "postStartCommand": "CGO_ENABLED=1 ENV=$(whoami) go run -ldflags=\"-X 'main.VERSION=$(cat .VERSION)'\" ./cmd/hercules/" } \ No newline at end of file