Skip to content

Commit b5a1a0f

Browse files
committed
Update solution.
1 parent ac9175a commit b5a1a0f

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
FROM python:3.6
1+
FROM python:3.11-alpine
22
LABEL maintainer="lorenz.vanthillo@gmail.com"
33
COPY . /app
44
WORKDIR /app
55
RUN pip install -r requirements.txt
66
EXPOSE 8080
77
ENTRYPOINT ["python"]
8-
CMD ["app/app.py"]
8+
CMD ["src/app.py"]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
flask==1.0.2
1+
flask==2.3.2

app/app.py renamed to src/app.py

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)