Significantly revamped the base project to use more robust static checking including benchmarks and integration test support

This commit is contained in:
2025-10-31 15:50:51 -04:00
parent bae6665d94
commit b941ef9a1a
62 changed files with 804 additions and 10343 deletions
+1 -1
View File
@@ -40,5 +40,5 @@ RUN pip install --no-cache-dir /tmp/*.whl && \
USER appuser
# Set entrypoint
ENTRYPOINT ["python", "-m", "boilerplate"]
ENTRYPOINT ["python", "-m", "cleverernie"]
CMD ["--help"]