1
0
mirror of https://gitlab.com/simple-stock-bots/simple-telegram-stock-bot.git synced 2025-08-01 19:11:32 +00:00
Files
Simple-Telegram-Stock-Bot/.devcontainer/Dockerfile

5 lines
69 B
Docker

FROM python:3.11
COPY . .
# RUN pip install -r requirements.txt