npm.io
0.0.439 • Published 9 months ago

@tenlastic/mongoose-permissions

Licence
Apache-2.0
Version
0.0.439
Deps
3
Size
143 kB
Vulns
4
Weekly
0
Stars
22

The Tenlastic Open Platform

Prerequisites

Getting Started

Start a Development container with the following command:

# Run container as root.
GROUP_ID="0" USER_ID="0" docker-compose run development-cli

# Run container as current user.
GROUP_ID="$(id -g)" USER_ID="$(id -u)" docker-compose run development-cli