Skip to content

Commit

Permalink
chore: adding devcontainer with create aztec app (#5849)
Browse files Browse the repository at this point in the history
Fixing a bug, weird stuff
  • Loading branch information
signorecello authored Apr 21, 2024
1 parent 564b893 commit eb1cfef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .devcontainer/scripts/onCreateCommand.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
TYPE=$1
NAME=$2

apt install gh

curl -s install.aztec.network | NON_INTERACTIVE=1 BIN_PATH=/usr/local/bin bash -s
docker compose -f $HOME/.aztec/docker-compose.yml pull
Expand Down
1 change: 1 addition & 0 deletions .devcontainer/scripts/postAttachCommand.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
TYPE=$1
NAME=$2

apt install gh
gh codespace ports visibility 8080:public -c $CODESPACE_NAME

(nohup /usr/local/bin/aztec sandbox &)
Expand Down

0 comments on commit eb1cfef

Please sign in to comment.