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