GitHub - kkamara/python-docker-skeleton: (2020) Get started with Python and Docker. · GitHub
Skip to content

kkamara/python-docker-skeleton

Folders and files

Repository files navigation

Python Docker Skeleton

(2020) Get started with Python and Docker.

Installation

Make sure you have Docker Compose installed if you are using Docker.

python -m venv env
source env/bin/activate
python -m pip install -r requirements.txt

Usage

# to run on first time
docker-compose up --build
# to run in background
docker-compose up --build -d
# to run when file-changes have been made
docker-compose up

Not Using Docker?

python src/main.py -f=foo --bar=baz

Misc.

Python Docker Skeleton.

PHP Docker Skeleton.

NodeJS Docker Skeleton.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

BSD

About

(2020) Get started with Python and Docker.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors