Skip to content

Commit

Permalink
Remove postStartCommand
Browse files Browse the repository at this point in the history
Removing this command, because the web server started successfully but then exited with 0 after completion and therefore got shut down. We'll let users start the server by themselves.
  • Loading branch information
jcardozo committed Sep 17, 2024
1 parent ee36c9e commit 030bcdc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@
},
"forwardPorts": [8080],
"remoteUser": "root",
"postCreateCommand": "devbox run compile",
"postStartCommand": "devbox run start"
"postCreateCommand": "devbox run compile"
}

0 comments on commit 030bcdc

Please sign in to comment.