diff --git a/cypress/dockerNode.ts b/cypress/dockerNode.ts index af5619bbf80..23bed54b671 100644 --- a/cypress/dockerNode.ts +++ b/cypress/dockerNode.ts @@ -143,8 +143,22 @@ export const applyChangesToNextcloud = async function() { './dist', './lib', './ocs', + './ocs-provider', + './resources', + './console.php', + './cron.php', + './index.php', + './occ', + './public.php', + './remote.php', + './status.php', + './version.php', ] + folderPaths.forEach((path) => { + console.log(`├─ Copying ${path}`) + }) + // Tar-streaming the above folders into the container const serverTar = tar.c({ gzip: false }, folderPaths) await container.putArchive(serverTar, {