Co-authored-by: Daniel <d.brummerloh@gmail.com> Co-committed-by: Daniel <d.brummerloh@gmail.com>
283 B
283 B
Readme
docker compose build
docker compose run --rm app python ./main.py
docker compose run --rm app pytest
# docker-compose up
Force rebuild with cache
docker-compose up --build
Force rebuild wtihtout cache
docker-compose build --no-cache