Skip to content

Commit c3dac43

Browse files
committed
333
1 parent b3a5a45 commit c3dac43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ COPY . .
1919
EXPOSE 8000
2020

2121
# 실행 명령
22-
CMD ["python", "app.py"]
23-
```
22+
CMD ["python", "main.py"]
23+
2424

0 commit comments

Comments
 (0)