Migrate to pyproject, add black/flake8/bandit/etc.

This commit is contained in:
Darryl Nixon 2023-05-23 14:33:32 -07:00
parent eb99384b1e
commit 7c5919f073
11 changed files with 69 additions and 23 deletions

View file

@ -14,4 +14,4 @@ ENV GHOSTFORGE_INTERNAL_WEB_PORT=8080
ENV PYTHONPATH=/ghostforge/ghostforge
EXPOSE ${GHOSTFORGE_INTERNAL_WEB_PORT}
CMD [ "ghostforge_serve" ]
CMD [ "ghostforge_serve" ]