From c34af4cd40295c9b1898534de9aaf2d4114f5228 Mon Sep 17 00:00:00 2001 From: Anson Biggs Date: Sat, 6 Nov 2021 12:40:07 -0700 Subject: [PATCH] added tokens to devcontainer --- .devcontainer/Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index ccee083..7d7528f 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -10,8 +10,10 @@ FROM python:3.9-slim ENV MPLBACKEND=Agg COPY --from=builder /root/.local /root/.local -RUN pip install --no-cache-dir black +RUN pip install --no-cache-dir black +ENV TELEGRAM=TOKEN +ENV IEX=TOKEN COPY . .