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

COPY tests ${PROJECT_FOLDER}/tests
COPY .pylintrc .flake8 ${PROJECT_FOLDER}/