dev #17

Merged
edraft merged 31 commits from dev into master 2025-03-12 10:09:01 +01:00
Showing only changes of commit e0db659668 - Show all commits

View File

@ -3,7 +3,10 @@ FROM python:3.12.8-alpine
WORKDIR /app
COPY ./src/api/ ./api
COPY ./src/core/ ./core
COPY ./src/data/ ./data
COPY ./src/service/ ./service
COPY ./src/static/ ./static
COPY ./src/templates/ ./templates