瀏覽代碼

Wow why was I doing the secrets and configs this way...

Kirk Trombley 5 年之前
父節點
當前提交
c610eed3ca
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      Dockerfile

+ 0 - 3
Dockerfile

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