add nocache to api image
All checks were successful
Deploy Containers / Prepare (push) Successful in 45s

This commit is contained in:
2025-09-06 20:34:51 -04:00
parent b7e64d12cd
commit c168924364

View File

@@ -18,6 +18,7 @@
name: api name: api
tag: "latest" tag: "latest"
build: build:
nocache: true
path: "{{ data_dir }}/api/app" path: "{{ data_dir }}/api/app"
dockerfile: Dockerfile dockerfile: Dockerfile
source: build source: build