Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 379 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 379 Bytes

Metron

first mount the base container :

docker build -t base-app:latest ./Docker_base

then mount the docker-compose and run it :

docker-compose build
docker-compose up

open an other terminal and run a bash from the web app container :

docker-compose run web bash

inside the bash you can now run tox command :

tox -e pytest
tox -e lint