support other runtimes

This commit is contained in:
Brian Gough
2020-02-06 14:46:30 +00:00
parent 812c4e661f
commit ec628a4e59
2 changed files with 4 additions and 1 deletions

View File

@@ -50,6 +50,7 @@ if process.env["DOCKER_RUNNER"]
module.exports.clsi =
dockerRunner: process.env["DOCKER_RUNNER"] == "true"
docker:
runtime: process.env["DOCKER_RUNTIME"]
image: process.env["TEXLIVE_IMAGE"] or "quay.io/sharelatex/texlive-full:2017.1"
env:
HOME: "/tmp"