Skip to content

Commit

Permalink
add fixed from upstream about issues inoda#48 & inoda#58
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua-Noakes1 committed Jun 12, 2023
1 parent c15101b commit ced5e4a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
from ruby:2.6.6
FROM ruby:3.1.2

RUN apt update && apt install -y nodejs

RUN gem update --system
RUN gem install bundler

RUN mkdir /app
WORKDIR /app
RUN mkdir /dockerapp
WORKDIR /dockerapp

EXPOSE 3000

ENTRYPOINT ["/app/bin/docker-run"]
ENTRYPOINT ["/dockerapp/bin/docker-run"]

ENV RAILS_SERVE_STATIC_FILES 1
ENV RAILS_LOG_TO_STDOUT 1
Expand Down

0 comments on commit ced5e4a

Please sign in to comment.