We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3a5a45 commit c3dac43Copy full SHA for c3dac43
Dockerfile
@@ -19,6 +19,6 @@ COPY . .
19
EXPOSE 8000
20
21
# 실행 명령
22
-CMD ["python", "app.py"]
23
-```
+CMD ["python", "main.py"]
+
24
0 commit comments