We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cbb3ad commit 587b2b7Copy full SHA for 587b2b7
1 file changed
Dockerfile
@@ -27,4 +27,5 @@ RUN bundle install --jobs 4 --retry 3
27
VOLUME "${GEMSTASH_HOME}/data"
28
29
EXPOSE 9292
30
+USER ${GEMSTASH_USER}:${GEMSTASH_USER}
31
CMD ["bundle", "exec", "gemstash", "start", "--no-daemonize"]
0 commit comments