Explorar el Código

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

Kirk Trombley hace 5 años
padre
commit
c610eed3ca
Se han modificado 1 ficheros con 0 adiciones y 3 borrados
  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"]