diff --git a/Dockerfile b/Dockerfile index 7e010d7..4d612b5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,6 +18,7 @@ RUN bundle install COPY . /app +RUN chown -R factuur:factuur /app USER factuur RUN yarn install