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"]