Skip to content

Commit 9cbb3ad

Browse files
Remove entrypoint and configf file argument.
Co-authored-by: King'ori Maina <j@kingori.co>
1 parent 5912c04 commit 9cbb3ad

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Dockerfile

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

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

0 commit comments

Comments
 (0)