From 87f30702b8a5226fced0716d72ec41f4e5e373f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9D=B4=EA=B2=BD=EB=AF=BC?= Date: Thu, 19 Mar 2026 08:55:52 +0900 Subject: [PATCH] Upload Dockerfile --- 03.Code/업로드용/Dockerfile | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 03.Code/업로드용/Dockerfile diff --git a/03.Code/업로드용/Dockerfile b/03.Code/업로드용/Dockerfile new file mode 100644 index 0000000..760aef0 --- /dev/null +++ b/03.Code/업로드용/Dockerfile @@ -0,0 +1,32 @@ +FROM python:3.11-slim + +# ㅽ + 댁 + + ㅼ + + + + + + + + + + + +# + 由 +WORKDIR /app +# 댁 + + ㅼ + +# 蹂듭 +COPY . . + +# ы +EXPOSE 5000 + +# ㅽ +CMD ["python", "app.py"]