Skip to content

Commit

Permalink
Fixes docker daemon setup during devcontainer installation
Browse files Browse the repository at this point in the history
  • Loading branch information
julianochoi committed Sep 9, 2023
1 parent cc75e03 commit c489bd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/postCreateCommand.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ npm run prisma:generate
npx prisma migrate dev --name init

# Docker daemon setup
chown node:node /var/run/docker.sock
sudo chown node:node /var/run/docker.sock

0 comments on commit c489bd1

Please sign in to comment.