Skip to content

Commit

Permalink
refactor: update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ayuki-joto committed Aug 5, 2022
1 parent 7129de0 commit 45d10d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ WORKDIR $APP_HOME
COPY Gemfile Gemfile.lock ./

COPY decidim-comments /app/decidim-comments

COPY omniauth-line_login /app/omniauth-line_login
# bundle install
RUN gem install bundler:${BUNDLER_VERSION} \
&& bundle config --global jobs ${BUNDLER_JOBS} \
Expand Down

0 comments on commit 45d10d6

Please sign in to comment.