Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 243 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 243 Bytes

python-docker-project

Python & docker Hello, World! application.

Requirements

  • Docker

Setup

Copy .env.example to .env

Run

$ docker-compose up --build

Run Tests

$ docker-compose run --rm app scripts/tests