Skip to content

ychikazawa/python-docker-template

Repository files navigation

python-docker-template

Python + Docker environment template.

Requirement

Usage

Create .env file:

cp .env.example .env

Build & run container:

docker-compose up --build

Run script:

docker-compose exec app python app.py

Jupyter Notebook

You can use jupyter for test.

http://localhost:8888/

Licence

This software is released under the MIT License, see LICENSE.

Author

Yuto Chikazawa

About

Python + Docker environment template.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published