refactor: Update file paths in code changes

This commit is contained in:
Simon Larsen 2024-06-10 17:59:22 +01:00
parent 3de407842e
commit bf081d1ebe
No known key found for this signature in database
GPG Key ID: 96C5DCA24769DBCA
3 changed files with 2 additions and 2 deletions

View File

@ -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<void> {
await queryRunner.query(

View File

@ -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