Docker config

This commit is contained in:
Ian Renton
2026-08-05 20:24:10 +01:00
parent 4f8f748d88
commit 66081f32f9
10 changed files with 16 additions and 19 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM python:3.11-slim
FROM python:3.13-slim
WORKDIR /app
COPY . .