mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-21 14:49:07 +00:00
refactor: Update file paths in code changes
This commit is contained in:
parent
3de407842e
commit
bf081d1ebe
@ -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(
|
||||
|
0
CommonServer/Utils/CodeRepository/GitHub/Index.ts
Normal file
0
CommonServer/Utils/CodeRepository/GitHub/Index.ts
Normal 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
|
||||
|
Loading…
Reference in New Issue
Block a user