initial commit
This commit is contained in:
parent
b84bd80842
commit
9411fe61ee
11 changed files with 272 additions and 1 deletions
18
README.md
Normal file
18
README.md
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# Readme
|
||||
|
||||
```bash
|
||||
docker compose run --rm app pytest
|
||||
# docker-compose up
|
||||
```
|
||||
|
||||
Force rebuild with cache
|
||||
|
||||
```bash
|
||||
docker-compose up --build
|
||||
```
|
||||
|
||||
Force rebuild wtihtout cache
|
||||
|
||||
```bash
|
||||
docker-compose build --no-cache
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue