Skip to content

Instantly share code, notes, and snippets.

@AndyWatt83
Created May 5, 2021 18:58
Show Gist options
  • Save AndyWatt83/8543f2dae08645a372710915538a9a4f to your computer and use it in GitHub Desktop.
Save AndyWatt83/8543f2dae08645a372710915538a9a4f to your computer and use it in GitHub Desktop.
Dev Container for Docker
{
"name": "Existing Docker Compose (Extend)",
"dockerComposeFile": [
"../docker-compose.yml",
"docker-compose.yml"
],
"service": "truffle_suite",
"workspaceFolder": "/workspace",
"settings": {
"terminal.integrated.shell.linux": null
},
"extensions": [
"ms-azuretools.vscode-docker",
"shardulm94.trailing-spaces",
"juanblanco.solidity",
"mikestead.dotenv",
],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment