Jeremy Parrish
Jeremy Parrish
Ensure lockfile does not exist before startup. This works around issue #21
When restarting an existing container, the entrypoint script attempts to recreate afpuser even if it already exists: ``` groupadd: group 'afpuser' already exists adduser: The user `afpuser' already exists. ```...
Hidden properties are automatically removed from the response data (model's toJSON() excludes the hidden properties), so it seems that the schema definition should also exclude these fields by default. Currently,...