Kirk Trombley 3 жил өмнө
parent
commit
d6d2e1b197

+ 2 - 2
Dockerfile.groupme

@@ -22,8 +22,8 @@ COPY ./commands/ /app/commands
 
 RUN pip3 install -e /app/commands
 
-COPY ./drivers/groupme.py .
+COPY ./drivers/groupme_driver.py .
 
 RUN pip3 install uvicorn fastapi toml
 
-CMD uvicorn groupme:app --host 0.0.0.0 --port 5000 --root-path /rollbot
+CMD uvicorn groupme_driver:app --host 0.0.0.0 --port 5000 --root-path /rollbot

+ 0 - 0
drivers/groupme.py → drivers/groupme_driver.py