dont use cache to build

This commit is contained in:
lyx0 2023-10-05 12:06:09 +02:00
parent 91a49b3e66
commit 4b3adfe1dd

View file

@ -1,4 +1,4 @@
build: build:
docker build -t yaf . docker build --no-cache -t yaf .
run: run:
docker compose up -d docker compose up -d