[FEAT] add pre-commit (#294)

* add pre-commit

* precommit formatting
This commit is contained in:
dni ⚡
2023-07-29 11:14:48 +02:00
committed by GitHub
parent 8ceaa73a6c
commit ca2b8e7bd6
11 changed files with 209 additions and 20 deletions

View File

@@ -13,4 +13,4 @@ COPY . .
RUN poetry config virtualenvs.create false
RUN poetry install --no-dev --no-root
EXPOSE 3338
CMD ["poetry", "run", "mint", "--port", "3338", "--host", "0.0.0.0"]
CMD ["poetry", "run", "mint", "--port", "3338", "--host", "0.0.0.0"]