1
0
mirror of https://gitlab.com/simple-stock-bots/simple-stock-bot.git synced 2026-06-03 21:00:26 +00:00
Files
Simple-Stock-Bot/.devcontainer/Dockerfile
T

5 lines
69 B
Docker

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