fixed docker

This commit is contained in:
Patrick 2024-11-21 16:25:05 +01:00
parent c6d4bcc077
commit 0630b15f2e

2
dist/Dockerfile vendored
View file

@ -1,7 +1,7 @@
FROM python:alpine
WORKDIR /usr/local/app
COPY src ./
COPY ../src .
RUN pip install --no-cache-dir -r requirements.txt
EXPOSE 5000