Skip to content

Commit

Permalink
Merge pull request #82 from jakthom/flip-post-start-cmd
Browse files Browse the repository at this point in the history
Codespace post start
  • Loading branch information
jakthom authored Nov 8, 2024
2 parents 112de69 + 8eaeadf commit 34373b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"postStartCommand": "make run"
"postStartCommand": "CGO_ENABLED=1 ENV=$(whoami) go run -ldflags=\"-X 'main.VERSION=$(cat .VERSION)'\" ./cmd/hercules/"
}

0 comments on commit 34373b8

Please sign in to comment.