Skip to content

Commit c8f0985

Browse files
committed
Merge branch 'main' of https://github.com/Gurram2001/webapp
2 parents 782aca4 + e5f7488 commit c8f0985

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Dockerfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)