Skip to content

Commit

Permalink
Update .devcontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
joshaber committed May 20, 2020
1 parent aa15adf commit 3150720
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
{
"name": "fastpages-codespaces",
"dockerComposeFile": "docker-compose.yml",
"service": "watcher",
"image": "hamelsmu/fastpages-nbdev",
"mounts": [ "source=/var/run/docker.sock,target=/var/run/docker.sock,type=bind" ],
"forwardPorts": [4000],
"extensions": ["ms-python.python",
"ms-azuretools.vscode-docker"],
"runServices": ["converter", "jekyll"]
}

0 comments on commit 3150720

Please sign in to comment.