Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
removing accidental deletion of `user` - this is needed for the build args to operate correctly during container build (I think :) )
  • Loading branch information
wyattearp authored and henrygab committed Oct 21, 2024
1 parent 9cb6293 commit fc65fa5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ services:
privileged: false
tty: true
stdin_open: true
user: "${UID}:${GID}"
volumes:
- .:/project
working_dir: '/project'
Expand Down

0 comments on commit fc65fa5

Please sign in to comment.