Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Cabecinha84 committed Dec 27, 2023
1 parent 02f76f2 commit b8a171a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ZelBack/src/services/appsService.js
Original file line number Diff line number Diff line change
Expand Up @@ -1935,7 +1935,7 @@ async function createAppVolume(appSpecifications, appName, isComponent, res) {
if (res) {
res.write(serviceHelper.ensureString(stiFileCreation));
}
const stIgnoredir = path.join(__dirname, `${fluxDirPath + appsFolder + appId + containerFolder}/.stignore`);
const stIgnoredir = path.join(__dirname, `../../../ZelApps/${appId + containerFolder}/.stignore`);
const dataToWrite = '*.paused';
// eslint-disable-next-line no-await-in-loop
await fs.writeFile(stIgnoredir, dataToWrite);
Expand Down

0 comments on commit b8a171a

Please sign in to comment.