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
No related branches found
No related tags found
No related merge requests found
...@@ -37,7 +37,7 @@ RUN apk add --no-cache \ ...@@ -37,7 +37,7 @@ RUN apk add --no-cache \
&& ( echo 'install: --no-document' ; echo 'update: --no-document' ) >>/etc/gemrc && ( echo 'install: --no-document' ; echo 'update: --no-document' ) >>/etc/gemrc
COPY . ./ COPY . ./
RUN bundle install -j4 \ RUN bundle install -j4 \
&& yarn install \ && yarn install
ARG RAILS_ENV ARG RAILS_ENV
ENV RAILS_ENV=${RAILS_ENV:-production} ENV RAILS_ENV=${RAILS_ENV:-production}
......
...@@ -35,7 +35,7 @@ RUN amazon-linux-extras list | grep ruby ...@@ -35,7 +35,7 @@ RUN amazon-linux-extras list | grep ruby
COPY . ./ COPY . ./
RUN bundle install -j4 \ RUN bundle install -j4 \
&& yarn install \ && yarn install
ARG RAILS_ENV ARG RAILS_ENV
ENV RAILS_ENV=${RAILS_ENV:-production} 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