1
0
mirror of https://gitlab.com/simple-stock-bots/simple-stock-bot.git synced 2025-06-15 23:06:40 +00:00

added tokens to devcontainer

This commit is contained in:
Anson Biggs 2021-11-06 12:40:07 -07:00
parent 8919e945f0
commit c34af4cd40

View File

@ -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 . .