Skip to content
Snippets Groups Projects
Commit 3b1cd684 authored by David Trattnig's avatar David Trattnig
Browse files

feat(make): create default config in target

parent 4d8ce2b6
No related branches found
No related tags found
No related merge requests found
...@@ -64,11 +64,13 @@ DOCKER_RUN = @docker run \ ...@@ -64,11 +64,13 @@ DOCKER_RUN = @docker run \
init.app:: pyproject.toml init.app:: pyproject.toml
poetry install --without dev --extras "pgsql" poetry install --without dev --extras "pgsql"
cp config/sample.engine.ini config/engine.ini
init.dev:: pyproject.toml init.dev:: pyproject.toml
poetry install --extras "pgsql" poetry install --extras "pgsql"
poetry run pre-commit autoupdate poetry run pre-commit autoupdate
poetry run pre-commit install poetry run pre-commit install
cp config/sample.engine.ini config/engine.ini
lint:: lint::
poetry run python3 -m flake8 . poetry run python3 -m flake8 .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment