Skip to content

Commit a61cdf6

Browse files
committed
Add flag at the end
1 parent 5a24643 commit a61cdf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ echo "Login to ECR..." \
66
&& echo "Take down old api version..." \
77
&& docker compose -f docker-compose-prod.yml down \
88
&& echo "Bring up new api version..." \
9-
&& docker compose -f docker-compose-prod.yml -p go-capture-api up
9+
&& docker compose -f docker-compose-prod.yml -p go-capture-api up -d

0 commit comments

Comments
 (0)