Skip to content
Snippets Groups Projects
Dockerfile.dev 123 B
Newer Older
Daniel Ecer's avatar
Daniel Ecer committed
ARG base_image
FROM ${base_image}

COPY tests ${PROJECT_FOLDER}/tests
Daniel Ecer's avatar
Daniel Ecer committed
COPY .pylintrc .flake8 pytest.ini ${PROJECT_FOLDER}/