Skip to content

Commit

Permalink
Update .devcontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
colinkiama authored Nov 12, 2023
1 parent 185e6a4 commit 2edc336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Zola Dev Container",
"dockerFile": "Dockerfile",
"build": { "dockerFile": "Dockerfile" },
"forwardPorts": [1111],
"workspaceFolder": "/app",
"mounts": ["source=.", "target=/app", "type=bind", "consistency=cached"],
Expand Down

0 comments on commit 2edc336

Please sign in to comment.