summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2019-09-03 19:02:24 -0600
committermo khan <mo@mokhan.ca>2019-09-03 19:02:24 -0600
commit8d2ce2cf2d57c26c2be4924024657688fe9f7a71 (patch)
treef14d4c3a7e8d0b49d9b06d460f6a747c099ae001
parent84d78463bdc98a45647e1f0ef2802caeb2c8c7c8 (diff)
run the default rake task by default
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 233258f..4ba463e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -11,4 +11,4 @@ WORKDIR /code
COPY . /code
RUN bundle install --jobs $(nproc) && yarn 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", "test"]
+CMD ["bundle", "exec", "rake"]