Always pull image on app start
This commit is contained in:
parent
e8ea9d6099
commit
65e3c2ca66
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ export class AppExecutors {
|
|||
this.logger.info(`Regenerating app.env file for app ${appId}`);
|
||||
await this.ensureAppDir(appId);
|
||||
await generateEnvFile(appId, config);
|
||||
await compose(appId, 'up --detach --force-recreate --remove-orphans');
|
||||
await compose(appId, 'up --detach --force-recreate --remove-orphans --pull always');
|
||||
|
||||
this.logger.info(`App ${appId} started`);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue