dev #17

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

View File

@ -3,10 +3,7 @@ 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