mirror of
https://gitlab.com/simple-stock-bots/simple-stock-bot.git
synced 2025-06-15 14:56:40 +00:00
5 lines
69 B
Docker
5 lines
69 B
Docker
FROM python:3.11
|
|
|
|
COPY . .
|
|
|
|
# RUN pip install -r requirements.txt |