Skip to content

Commit a23509b

Browse files
author
David Zuckerman
committed
Adding entrypoint to production build
1 parent 55c451b commit a23509b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,6 @@ COPY --from=development --chown=bfs /usr/local/bundle /usr/local/bundle
5353
WORKDIR /opt/app
5454
RUN bundle config set frozen 'true'
5555
RUN bundle install --local
56+
57+
ENTRYPOINT ["/opt/app/bin/bfs"]
58+
CMD ["help"]

0 commit comments

Comments
 (0)