Skip to content
Snippets Groups Projects
Unverified Commit 6641823b authored by Ahmad Farhat's avatar Ahmad Farhat Committed by GitHub
Browse files

Fixed alternative docker files (#4797)

parent d8cc171c
Branches
Tags release-3.0.0-beta18
No related merge requests found
......@@ -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}
......
......@@ -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}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment