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 9c731fa commit 2e78ca1Copy full SHA for 2e78ca1
build.sh
@@ -8,6 +8,6 @@ set -eo pipefail
8
# # Builds Docker image of the app.
9
# TAG=$AWS_ACCOUNT_ID.dkr.ecr.$AWS_REGION.amazonaws.com/$AWS_REPOSITORY:$CIRCLE_BUILD_NUM
10
# sed -i='' "s|member-account-processor:latest|$TAG|" docker/docker-compose.yml
11
-# echo "" > docker/api.env
+echo "" > docker/api.env
12
docker-compose -f docker/docker-compose.yml build member-account-processor
13
docker images
0 commit comments