Ver Fonte

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

Kirk Trombley há 5 anos atrás
pai
commit
c610eed3ca
1 ficheiros alterados com 0 adições e 3 exclusões
  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"]