Commit 87171fd
Changed files (1)
Dockerfile
@@ -11,3 +11,4 @@ WORKDIR /code
COPY . /code
RUN bundle install --jobs $(nproc) && yarn install && mvn install
RUN sed -i 's/{ headless: true }/{ headless: true, executablePath: "\/usr\/bin\/chromium-browser", args: ["--no-sandbox", "--disable-setuid-sandbox"] }/g' node_modules/mdpdf/src/index.js
+CMD ["bundle", "exec", "rake", "run"]