From dab0a42d7f2304ce97ec114f7eee9d8d858e96a4 Mon Sep 17 00:00:00 2001 From: Tom Naessens Date: Sun, 17 Mar 2024 22:52:28 +0100 Subject: [PATCH] . --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4d612b5..28867c0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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