Skip to content

Commit

Permalink
Rollback sst using prebuilt image
Browse files Browse the repository at this point in the history
  • Loading branch information
KONFeature committed May 28, 2024
1 parent 218180d commit ae1f7f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sst.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit ae1f7f6

Please sign in to comment.