Skip to content

samnoh/python3-docker-starter

Repository files navigation

Python3 Docker Starter

  • nodemon will be watching your python scripts and updating automatically if there are any changes

Change Command

  • docker-compose.yaml
  • main.py will be executed by default
command: src/main.py
  • Execute mutiple scripts in src folder at once
command: run.sh

Start

docker-compose up

Clean Up

docker-compose down

Install Python Modules

  • requirements.txt
bs4
regex
feedparser
  • Restart
docker-compose up --build