Skip to content

Commit

Permalink
revert(dockerfile): set back to older file
Browse files Browse the repository at this point in the history
  • Loading branch information
xorima authored Dec 15, 2022
1 parent 3bed0f5 commit 0ea2565
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
FROM ruby:3.1.3-slim-bullseye

FROM ruby
RUN gem install mdl
COPY --chmod=+x entrypoint.sh /entrypoint.sh

COPY . .
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit 0ea2565

Please sign in to comment.