Skip to content

Commit

Permalink
enable docker
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-codes authored Oct 24, 2024
1 parent 9e9139c commit d2df70c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .devcontainer/post-create.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
set -e

git config --global --add safe.directory /workspaces/home-automation
/usr/local/share/docker-init.sh

corepack enable
corepack use [email protected]
corepack use yarn
yarn set version 4.1.1

touch .secrets.env
echo -e "
Expand Down

0 comments on commit d2df70c

Please sign in to comment.