Cleanup: Deleting 03.Code/업로드용/Dockerfile

This commit is contained in:
2026-03-19 14:04:15 +09:00
parent a8c63dfec8
commit ddca06bee7

View File

@@ -1,32 +0,0 @@
FROM python:3.11-slim
# ㅽ
#
WORKDIR /app
# 댁
# 蹂듭
COPY . .
# ы
EXPOSE 5000
# ㅽ
CMD ["python", "app.py"]