Skip to content

Commit

Permalink
Fixed alternative docker files (#4797)
Browse files Browse the repository at this point in the history
  • Loading branch information
farhatahmad authored Feb 14, 2023
1 parent d8cc171 commit 6641823
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dockerfiles/v3/alpine
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ RUN apk add --no-cache \
&& ( echo 'install: --no-document' ; echo 'update: --no-document' ) >>/etc/gemrc
COPY . ./
RUN bundle install -j4 \
&& yarn install \
&& yarn install

ARG RAILS_ENV
ENV RAILS_ENV=${RAILS_ENV:-production}
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/v3/amazonlinux
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ RUN amazon-linux-extras list | grep ruby

COPY . ./
RUN bundle install -j4 \
&& yarn install \
&& yarn install

ARG RAILS_ENV
ENV RAILS_ENV=${RAILS_ENV:-production}
Expand Down

0 comments on commit 6641823

Please sign in to comment.