|
@@ -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
|