mirror of
https://github.com/standardnotes/server
synced 2026-01-16 20:04:32 -05:00
fix: sqs configuration for aws sdk v3
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user