v1.0.0b3
All checks were successful
Build Docker Image / build (push) Successful in 35s

This commit is contained in:
2025-11-29 09:52:29 -06:00
parent 70f64f1766
commit dcfb2b89d5
3 changed files with 63 additions and 45 deletions

View File

@@ -1,4 +1,6 @@
FROM python:alpine as base
FROM python:alpine
ENV APKG_IS_DOCKER=true
WORKDIR /app