Skip to content

Commit 31de953

Browse files
committed
Merge Docker-related scripts into one: Dockerfile
1 parent 5e5be0a commit 31de953

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,10 @@ RUN apt-get update -qq \
1111

1212
ENV ENTRYKIT_VERSION 0.4.0
1313

14-
1514
RUN mkdir /app
1615

1716
WORKDIR /app
1817

1918
RUN bundle config build.nokogiri --use-system-libraries
2019

21-
ENTRYPOINT [ "./entrypoint.rb" ]
20+
ENTRYPOINT ["/bin/bash", "-c", "ruby -v && gem install bundler && bundle install -j3 --quiet && exec \"$@\"", "--"]

entrypoint.rb

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)