adds context to build infos
Some checks failed
Deploy SvelteKit / deploy (push) Failing after 10s

This commit is contained in:
William Diakite 2025-07-25 15:11:53 -04:00
parent 9886c23b5a
commit 5702107233

View file

@ -1,7 +1,7 @@
services: services:
client: client:
build: build:
context: ./site # or . if youre already inside `site/` context: . # or . if youre already inside `site/`
dockerfile: Dockerfile # or whatever the file is called dockerfile: Dockerfile # or whatever the file is called
container_name: alliances-site container_name: alliances-site