1
0
mirror of https://gitlab.com/simple-stock-bots/simple-stock-bot.git synced 2025-07-22 22:21:40 +00:00
Files
.devcontainer
Dockerfile
devcontainer.json
.vscode
common
discord
site
telegram
.env
.gitignore
.gitlab-ci.yml
LICENSE
README.md
dev-reqs.txt
docker-compose.yaml
package-lock.json
package.json
pyproject.toml
tests.py
Simple-Stock-Bot/.devcontainer/Dockerfile
2023-10-12 02:42:52 +00:00

4 lines
30 B
Docker

FROM python:3.11
COPY . .