about summary refs log tree commit diff
path: root/docker_entrypoint.sh
AgeCommit message (Collapse)Author
2018-02-20Set Docker permissions during the build process (#6514)Eugen Rochko
* Set Docker permissions during the build process * Remove docker_entrypoint.sh and use COPY with chown
2017-05-20Some Dockerfile improvements (#3182)Wonderfall
- improve docker_entrypoint.sh - serve static files with puma by default - sort packages list - use virtual package for build deps - show how to assign UID/GID
2017-05-20Fix #2680 - Run processes in Docker as non-root user (#3159)Wonderfall