Skip to content

Commit

Permalink
ruby: test with bash on install deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mickamy committed Jan 5, 2024
1 parent 401843a commit 4368a5f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docker/app/ruby/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,7 @@ COPY --chown=ishocon:ishocon webapp/ /home/ishocon/webapp
WORKDIR /home/ishocon

# ライブラリのインストール
RUN . ~/.bashrc && \
gem environment && \
cd /home/ishocon/webapp/ruby && \
gem install bundler -v "1.16.1" && \
bundle install
RUN ["/bin/bash", "-c", "cd /home/ishocon/webapp/ruby && gem install bundler && bundle install"]

COPY run.sh /home/ishocon/run.sh

Expand Down

0 comments on commit 4368a5f

Please sign in to comment.