We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40445a4 commit b38e246Copy full SHA for b38e246
1 file changed
Dockerfile
@@ -27,4 +27,6 @@ RUN bundle install --jobs 4 --retry 3
27
VOLUME "${GEMSTASH_HOME}/data"
28
29
EXPOSE 9292
30
-CMD ["bundle", "exec", "gemstash", "start", "--no-daemonize"]
+USER ${GEMSTASH_USER}:${GEMSTASH_USER}
31
+ENTRYPOINT ["tini", "--"]
32
+CMD ["bundle", "exec", "gemstash", "start", "--no-daemonize", "--config-file=config.yml.erb"]
0 commit comments