fixes
Build And Push Image / docker (push) Successful in 3m1s
Details
Build And Push Image / docker (push) Successful in 3m1s
Details
This commit is contained in:
parent
df1ff15975
commit
c13ef30f69
|
|
@ -154,7 +154,9 @@ export class EmailService {
|
||||||
join(process.cwd(), 'server/templates', `${templateName}.hbs`),
|
join(process.cwd(), 'server/templates', `${templateName}.hbs`),
|
||||||
join(process.cwd(), '.output/server/templates', `${templateName}.hbs`),
|
join(process.cwd(), '.output/server/templates', `${templateName}.hbs`),
|
||||||
join(__dirname, '..', 'templates', `${templateName}.hbs`),
|
join(__dirname, '..', 'templates', `${templateName}.hbs`),
|
||||||
join(__dirname, '..', '..', 'server/templates', `${templateName}.hbs`)
|
join(__dirname, '..', '..', 'server/templates', `${templateName}.hbs`),
|
||||||
|
// Docker container path
|
||||||
|
`/app/server/templates/${templateName}.hbs`
|
||||||
];
|
];
|
||||||
|
|
||||||
let templateContent: string | null = null;
|
let templateContent: string | null = null;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue