Select Git revision
asciidoctor_syntax_check.bash
Forked from
tecnalia_robotics-public / templates
Source project has a limited visibility.
-
Jon Azpiazu authoredJon Azpiazu authored
Dockerfile 127 B
FROM python:3.7
WORKDIR /workdir
COPY requirements.txt requirements.txt
RUN pip install -r requirements.txt
COPY . .
RUN pytest