feat(with-uv:3.12-alpine): Create new image.

Create new `with-uv:3.12-alpine` image, restructure the folders, create a pushing script to make things easier.
This commit is contained in:
2025-03-15 11:47:28 -03:00
parent ddab7d1a04
commit c24ac43964
8 changed files with 286 additions and 3 deletions
@@ -0,0 +1,5 @@
FROM python:3.12-alpine
RUN pip install uv
ENTRYPOINT [ "python3", "-m", "uv", "run", "--no-dev" ]