chrisjcc commited on
Commit
2a06ef3
·
verified ·
1 Parent(s): db6dad6

Fix use app.py instead.

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -55,4 +55,4 @@ EXPOSE 7860
55
  # -----------------------------
56
  # Entrypoint
57
  # -----------------------------
58
- CMD ["python", "app_with_confluence.py"]
 
55
  # -----------------------------
56
  # Entrypoint
57
  # -----------------------------
58
+ CMD ["python", "app.py"]