From ae1f7f638e7a1d21e35b04c83a5d32a0b224f378 Mon Sep 17 00:00:00 2001 From: KONFeature Date: Wed, 29 May 2024 00:08:18 +0200 Subject: [PATCH] Rollback sst using prebuilt image --- sst.config.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sst.config.ts b/sst.config.ts index ecd47c0..b95276f 100644 --- a/sst.config.ts +++ b/sst.config.ts @@ -53,7 +53,8 @@ function IndexerStack({ stack }: StackContext) { // The service itself const indexerService = new Service(stack, "IndexerService", { path: "./", - file: "Dockerfile.prebuilt", + // SST not happy, can't connect to ECR to fetch the instance during the build process + // file: "Dockerfile.prebuilt", port: 42069, // Domain mapping customDomain: {