Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
TomNaessens committed Mar 17, 2024
1 parent fcda8ab commit dab0a42
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ RUN bundle install
COPY . /app

RUN chown -R factuur:factuur /app
USER factuur

RUN yarn install

RUN bundle exec rails assets:precompile

USER factuur

CMD bundle exec rails s -b 0.0.0.0

0 comments on commit dab0a42

Please sign in to comment.