Skip to content

MChrys/Metron

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published