We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 299bc3c commit f10c41fCopy full SHA for f10c41f
deploy.sh
@@ -2,6 +2,6 @@
2
export image_hash=$1
3
export account_id=$(aws sts get-caller-identity --query Account --output text)
4
aws ecr get-login-password | docker login --username AWS --password-stdin ${account_id}.dkr.ecr.us-west-1.amazonaws.com \
5
- && docker compose stop \
+ && docker compose down \
6
&& docker compose build \
7
- && docker compose run api
+ && docker compose up
0 commit comments