mirror of
https://gitlab.com/simple-stock-bots/simple-stock-bot.git
synced 2025-06-16 15:17:28 +00:00
added tokens to devcontainer
This commit is contained in:
parent
8919e945f0
commit
c34af4cd40
@ -10,8 +10,10 @@ FROM python:3.9-slim
|
|||||||
ENV MPLBACKEND=Agg
|
ENV MPLBACKEND=Agg
|
||||||
|
|
||||||
COPY --from=builder /root/.local /root/.local
|
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 . .
|
COPY . .
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user