Skip to content

Commit

Permalink
docker build fix for M1 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
MiraMarshall committed May 4, 2022
1 parent db266f6 commit 202a27a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ WORKDIR /app
ENV JEKYLL_ENV=development
RUN gem install bundler
COPY Gemfile Gemfile.lock ./
RUN bundle config set force_ruby_platform true
RUN bundle install

# Install Node deps
Expand Down

0 comments on commit 202a27a

Please sign in to comment.