Jelajahi Sumber

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

Kirk Trombley 5 tahun lalu
induk
melakukan
c610eed3ca
1 mengubah file dengan 0 tambahan dan 3 penghapusan
  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"]