Skip to content

Commit

Permalink
Change devcontainer make up command to run after start (#2146)
Browse files Browse the repository at this point in the history
Co-authored-by: Vignesh Hari <vichuhari100@gmail.com>
  • Loading branch information
skks1212 and vigneshhari committed May 15, 2024
1 parent 7726678 commit 50b2a12
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
Expand Up @@ -19,6 +19,6 @@
}
},
"postCreateCommand": "echo 'eval \"$(direnv hook bash)\"' >> ~/.bashrc && cp .env.example .env",
"postAttachCommand": "make up",
"postStartCommand": "make up",
"forwardPorts": [8000, 9000, 4000]
}

0 comments on commit 50b2a12

Please sign in to comment.