diff options
| author | mo khan <mo@mokhan.ca> | 2019-09-03 19:02:24 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2019-09-03 19:02:24 -0600 |
| commit | 8d2ce2cf2d57c26c2be4924024657688fe9f7a71 (patch) | |
| tree | f14d4c3a7e8d0b49d9b06d460f6a747c099ae001 | |
| parent | 84d78463bdc98a45647e1f0ef2802caeb2c8c7c8 (diff) | |
run the default rake task by default
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"] |
