Skip to content

Commit

Permalink
🐛 Specify build context for devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
pajowu committed Sep 18, 2023
1 parent 454e765 commit e4633a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .devcontainer/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ services:
args:
USER_UID: ${UID:-1000}
USER_GID: ${GID:-1000}
context: ./
volumes:
- ..:/workspace:cached
- nix:/nix
Expand Down

0 comments on commit e4633a2

Please sign in to comment.