From bf081d1ebe8109b5859434eb0b6c0bf07cd14306 Mon Sep 17 00:00:00 2001 From: Simon Larsen Date: Mon, 10 Jun 2024 17:59:22 +0100 Subject: [PATCH] refactor: Update file paths in code changes --- .../Postgres/SchemaMigrations/1718037833516-MigrationName.ts | 2 +- CommonServer/Utils/CodeRepository/GitHub/Index.ts | 0 Copilot/Dockerfile.tpl | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 CommonServer/Utils/CodeRepository/GitHub/Index.ts diff --git a/CommonServer/Infrastructure/Postgres/SchemaMigrations/1718037833516-MigrationName.ts b/CommonServer/Infrastructure/Postgres/SchemaMigrations/1718037833516-MigrationName.ts index 0cbb87b437..268fa18bf7 100644 --- a/CommonServer/Infrastructure/Postgres/SchemaMigrations/1718037833516-MigrationName.ts +++ b/CommonServer/Infrastructure/Postgres/SchemaMigrations/1718037833516-MigrationName.ts @@ -1,7 +1,7 @@ import { MigrationInterface, QueryRunner } from 'typeorm'; export class MigrationName1718037833516 implements MigrationInterface { - name = 'MigrationName1718037833516'; + public name = 'MigrationName1718037833516'; public async up(queryRunner: QueryRunner): Promise { await queryRunner.query( diff --git a/CommonServer/Utils/CodeRepository/GitHub/Index.ts b/CommonServer/Utils/CodeRepository/GitHub/Index.ts new file mode 100644 index 0000000000..e69de29bb2 diff --git a/Copilot/Dockerfile.tpl b/Copilot/Dockerfile.tpl index 9ce7bfda43..36364847c7 100644 --- a/Copilot/Dockerfile.tpl +++ b/Copilot/Dockerfile.tpl @@ -71,7 +71,7 @@ RUN npm install CMD [ "npm", "run", "dev" ] {{ else }} # Copy app source -COPY ./Ingestor /usr/src/app +COPY ./Copilot /usr/src/app # Bundle app source RUN npm run compile #Run the app