Skip to content

Commit

Permalink
Fix more scuffed docker shit
Browse files Browse the repository at this point in the history
  • Loading branch information
MotorTruck1221 committed May 5, 2024
1 parent 2d913c5 commit 082e076
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ RUN apt update && apt install -y ruby-full rbenv default-jre netbase
RUN rbenv install jruby-9.3.4.0
# Set jruby as the default ruby version
RUN rbenv global jruby-9.3.4.0
RUN rbenv local jruby-9.3.4.0
# Installing Bundler
RUN gem install bundler
# Installing pnpm
Expand Down Expand Up @@ -79,6 +80,7 @@ FROM jruby:latest as jruby
WORKDIR /usr/src/app
COPY . .
COPY node_modules/ node_modules/
RUN apt update && apt install -y libpq-dev netbase
RUN bundle install
RUN cp config/settings.example.yml config/settings.yml
VOLUME /usr/src/app/config/
Expand Down

0 comments on commit 082e076

Please sign in to comment.