add function to overwrite snake config when its set as env and use smaller python alpine container as base

This commit is contained in:
2024-04-17 19:29:18 +02:00
parent 8c57e48f60
commit cceded8468
3 changed files with 12 additions and 10 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM python:3.10.6-slim
FROM python:alpine
# Install app
COPY . /app