Added a devcontainer file

This commit is contained in:
Kieran Eglin 2024-08-07 15:13:38 -07:00
parent 2326775d78
commit 2861d80827
No known key found for this signature in database
GPG key ID: 193984967FCF432D
4 changed files with 16 additions and 2 deletions

View file

@ -0,0 +1,16 @@
{
"name": "Pinchflat Dev",
"dockerComposeFile": "../docker-compose.yml",
"service": "phx",
"workspaceFolder": "/app",
"shutdownAction": "stopCompose",
"customizations": {
"vscode": {
"extensions": [
"phoenixframework.phoenix",
"JakeBecker.elixir-ls",
"esbenp.prettier-vscode"
]
}
}
}

View file

@ -10,5 +10,3 @@ services:
command: bash -c "chmod +x docker/docker-run.dev.sh && docker/docker-run.dev.sh"
stdin_open: true
tty: true
env_file:
- .env