diff --git a/Dockerfile b/Dockerfile index 4f008d5..3f1dc0a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,6 +16,8 @@ RUN bundle install COPY . /app +USER factuur + RUN yarn install RUN bundle exec rails assets:precompile