Upload Dockerfile
This commit is contained in:
32
03.Code/업로드용/Dockerfile
Normal file
32
03.Code/업로드용/Dockerfile
Normal file
@@ -0,0 +1,32 @@
|
||||
FROM python:3.11-slim
|
||||
|
||||
# ㅽ
|
||||
댁
|
||||
|
||||
ㅼ
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#
|
||||
由
|
||||
WORKDIR /app
|
||||
# 댁
|
||||
|
||||
ㅼ
|
||||
|
||||
# 蹂듭
|
||||
COPY . .
|
||||
|
||||
# ы
|
||||
EXPOSE 5000
|
||||
|
||||
# ㅽ
|
||||
CMD ["python", "app.py"]
|
||||
Reference in New Issue
Block a user