mirror of
https://gitlab.com/simple-stock-bots/simple-telegram-stock-bot.git
synced 2025-07-27 16:41:27 +00:00
.devcontainer
Dockerfile
devcontainer.json
.vscode
common
discord
site
telegram
.env
.gitignore
.gitlab-ci.yml
LICENSE
README.md
dev-reqs.txt
docker-compose.yaml
pyproject.toml
tests.py
5 lines
69 B
Docker
5 lines
69 B
Docker
FROM python:3.11
|
|
|
|
COPY . .
|
|
|
|
# RUN pip install -r requirements.txt |