mirror of
https://github.com/directus/directus.git
synced 2026-01-24 16:07:59 -05:00
* Update Docker image to execute as a non-root user (#5801) * Move scripts to /usr/local/bin and change mode directly in Git * Sync versions with api/package.json, remove yargs as it is already installed globally * No need for multi-stage image - move installation of Directus to actual image * Move WORKDIR instruction after USER instruction so we don't need to RUN chmod * Don't cache apk packages * Add some comments and move EXPOSE and SHELL to bottom Co-authored-by: Tien Tran <76130324+t7tran@users.noreply.github.com>