mirror of
https://github.com/lyx0/yaf.git
synced 2024-11-13 19:49:53 +01:00
dont use cache to build
This commit is contained in:
parent
91a49b3e66
commit
4b3adfe1dd
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,4 +1,4 @@
|
|||
build:
|
||||
docker build -t yaf .
|
||||
docker build --no-cache -t yaf .
|
||||
run:
|
||||
docker compose up -d
|
||||
|
|
Loading…
Reference in a new issue