Skip to content

Commit b38e246

Browse files
Revert "Remove entrypoint and configf file argument."
This reverts commit 9cbb3ad.
1 parent 40445a4 commit b38e246

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,6 @@ RUN bundle install --jobs 4 --retry 3
2727
VOLUME "${GEMSTASH_HOME}/data"
2828

2929
EXPOSE 9292
30-
CMD ["bundle", "exec", "gemstash", "start", "--no-daemonize"]
30+
USER ${GEMSTASH_USER}:${GEMSTASH_USER}
31+
ENTRYPOINT ["tini", "--"]
32+
CMD ["bundle", "exec", "gemstash", "start", "--no-daemonize", "--config-file=config.yml.erb"]

0 commit comments

Comments
 (0)