-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d2d271e
commit 2999285
Showing
1 changed file
with
2 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,11 @@ | ||
#!/usr/bin/env bash | ||
set -e | ||
|
||
echo -e "{ | ||
\"data-root\": \"/var/lib/docker2\" | ||
}" >/etc/docker/daemon.json | ||
/usr/local/share/docker-init.sh | ||
|
||
corepack enable | ||
corepack use yarn@^4.5.1 | ||
corepack use yarn | ||
yarn set version 4.5.1 | ||
|
||
echo 'Ensuring Cypress executable is installed' | ||
{ yarn dlx cypress verify; } || { yarn dlx [email protected] install; } | ||
|
||
echo 'Ensure correct vscode extensions are installed.' | ||
cat .devcontainer/devcontainer.json | | ||
jq -c '.customizations.vscode.extensions[]' | | ||
xargs -L 1 code-server --install-extension | ||
cat .devcontainer/devcontainer.json | | ||
jq -c '.customizations.vscode.extensions[]' | | ||
xargs -L 1 code --install-extension | ||
|
||
git config --global --add safe.directory /workspaces/playnite-web |