Skip to content

Commit 5a24643

Browse files
committed
Remove bad flag
1 parent 5ff824d commit 5a24643

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 -d up
9+
&& docker compose -f docker-compose-prod.yml -p go-capture-api up

0 commit comments

Comments
 (0)