From ddca06bee76cacadc4992f01f342e897c3207e01 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 14:04:15 +0900 Subject: [PATCH] =?UTF-8?q?Cleanup:=20Deleting=2003.Code/=EC=97=85?= =?UTF-8?q?=EB=A1=9C=EB=93=9C=EC=9A=A9/Dockerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03.Code/업로드용/Dockerfile | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 03.Code/업로드용/Dockerfile diff --git a/03.Code/업로드용/Dockerfile b/03.Code/업로드용/Dockerfile deleted file mode 100644 index 760aef0..0000000 --- a/03.Code/업로드용/Dockerfile +++ /dev/null @@ -1,32 +0,0 @@ -FROM python:3.11-slim - -# ㅽ - 댁 - - ㅼ - - - - - - - - - - - -# - 由 -WORKDIR /app -# 댁 - - ㅼ - -# 蹂듭 -COPY . . - -# ы -EXPOSE 5000 - -# ㅽ -CMD ["python", "app.py"]