Skip to content

Commit

Permalink
Use checkout dir as docker workdir
Browse files Browse the repository at this point in the history
  • Loading branch information
topfunky committed May 24, 2024
1 parent 515bbf6 commit 0d65dd4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM debian:12

WORKDIR /workspaces/learning-sync-and-transcode-music-files

# Avoid warnings by switching to noninteractive
ENV DEBIAN_FRONTEND=noninteractive

Expand Down
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
},

"extensions": [
"github.copilot"
"github.copilot",
"ms-azuretools.vscode-docker",
]

},
Expand Down

0 comments on commit 0d65dd4

Please sign in to comment.