summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 26f6b22..8aba27c 100644
--- a/Dockerfile
+++ b/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"]