Skip to content

Commit 01657c0

Browse files
fix om-bistro
1 parent e04c16e commit 01657c0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

om-bistro/Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
2-
FROM python:3.8-slim-buster
1+
FROM python:3.13.5-slim-bookworm
32

43
WORKDIR /python-docker
54

@@ -10,6 +9,6 @@ RUN pip3 install -r requirements.txt
109

1110
COPY . .
1211

13-
ENV FLASK_APP openmensa_server
12+
ENV FLASK_APP=openmensa_server
1413

1514
CMD [ "python3", "-m" , "flask", "run", "--host=0.0.0.0"]

0 commit comments

Comments
 (0)