Skip to content

Commit

Permalink
MOTHER
Browse files Browse the repository at this point in the history
  • Loading branch information
MotorTruck1221 committed May 5, 2024
1 parent 082e076 commit 5c8c521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ VOLUME /usr/src/app/config/
EXPOSE 9293
ENTRYPOINT [ "bundle", "exec", "ruby", "cli/cli.rb", "start" ]

FROM jruby:latest as jruby
FROM jruby:9.4.7-jdk21 as jruby
WORKDIR /usr/src/app
COPY . .
COPY node_modules/ node_modules/
Expand Down

0 comments on commit 5c8c521

Please sign in to comment.