|
@@ -16,8 +16,5 @@ RUN pip install -r requirements.txt
|
|
|
ADD lib/ ${ROLLBOT_LIB_DIR}
|
|
|
RUN pip install -e ${ROLLBOT_LIB_DIR}
|
|
|
|
|
|
-ADD config/config.toml ${ROLLBOT_CFG_DIR}
|
|
|
-ADD config/secrets.toml ${ROLLBOT_CFG_DIR}
|
|
|
-
|
|
|
ADD src/ .
|
|
|
CMD ["gunicorn", "groupme_bot:app", "--bind", "0.0.0.0:6070"]
|