Skip to content

Commit

Permalink
fix docker, add backstage
Browse files Browse the repository at this point in the history
  • Loading branch information
michelson committed Jul 14, 2024
1 parent 7ae8f8a commit d314b00
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,12 @@ RUN adduser --disabled-password --gecos "" docker && adduser docker staff
RUN mkdir /usr/src/app
RUN chown -R docker:docker /usr/src/app


# Bundler install gems
WORKDIR /tmp
COPY Gemfile Gemfile.lock /tmp/

COPY ./backstage /tmp/backstage
# RUN bundle config set force_ruby_platform true
RUN bundle install -j ${BUNDLE_JOBS} --retry ${BUNDLE_RETRY}

Expand Down
2 changes: 1 addition & 1 deletion backstage/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gemspec

gem "puma"

gem "sqlite3"
# gem "sqlite3"

gem "sprockets-rails"

Expand Down

0 comments on commit d314b00

Please sign in to comment.