mathml-to-latex/docker-compose.test.yml
2021-09-20 22:23:12 -03:00

16 lines
328 B
YAML

version: '3.8'
services:
mathml-to-latex-test:
build:
context: .
dockerfile: Dockerfile.test
container_name: mathml-to-latex-test
logging:
driver: 'json-file'
options:
max-size: '10m'
max-file: '5'
working_dir: /usr/src/mathml-to-latex
command: |
npm run test