We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 782aca4 + e5f7488 commit c8f0985Copy full SHA for c8f0985
Dockerfile
@@ -0,0 +1,6 @@
1
+FROM python:3.14-rc-alpine3.21
2
+WORKDIR /app
3
+COPY app/ /app
4
+RUN pip install Flask
5
+EXPOSE 5000
6
+CMD ["python", "app-py"]
0 commit comments