Skip to content

v1.0.0-beta.8

Pre-release
Pre-release
Compare
Choose a tag to compare
@susnux susnux released this 16 Apr 10:25
· 57 commits to main since this release
28c4ab5

Enhancements ✨

  • feat: Improve usability of dockerode wrapper by @susnux in #486
    • Export getContainer and getContainerName functions This can be used to e.g. create the runOCC cypress command
    • Make the container name dependent on the current app to prevent issues when reusing containers
    • Allow to pass options for container creation to the startNextcloud function
      forceRecreate to not reuse any container but force creating a new one
      mounts to allow binding other directories to the container (e.g. server config)

Bugfixes 🐛

  • fix: Update npm version to current LTS and update dev dependencies by @susnux in #509

Changed

  • Dependency updates