We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fb68d0 commit 6c701f4Copy full SHA for 6c701f4
rundocker.sh
@@ -7,6 +7,7 @@ ls -latr
7
. ./.env # for secrets
8
set -e # stop on any error
9
export WORKSOURCE="/opt/eliza"
10
+snap install aws-cli --classic
11
aws ecr get-login-password --region us-east-2 | docker login --username AWS --password-stdin 916723593639.dkr.ecr.us-east-2.amazonaws.com
12
adduser --disabled-password --gecos "" eliza --home "/home/eliza" || echo ignore
13
git config --global --add safe.directory "/opt/eliza"
0 commit comments