fix: sqs configuration for aws sdk v3

This commit is contained in:
Karol Sójko
2023-01-30 12:49:14 +01:00
parent 8216fe5e36
commit b54c331bef
10 changed files with 31 additions and 10 deletions

View File

@@ -13,6 +13,10 @@ echo "Bundling and building local docker image for service: $SERVICE"
rm -rf $TMPDIR/bundle-$SERVICE/
mkdir -p $TMPDIR/bundle-$SERVICE
yearn clean
yarn workspace @standardnotes/$SERVICE-server build
yarn workspace @standardnotes/$SERVICE-server bundle --no-compress --output-directory $TMPDIR/bundle-$SERVICE
docker build $TMPDIR/bundle-$SERVICE -f $TMPDIR/bundle-$SERVICE/packages/$SERVICE/Dockerfile -t standardnotes/$SERVICE:local