clean docker-compose
All checks were successful
Deploy SvelteKit / deploy (push) Successful in 1m6s

This commit is contained in:
William Diakite 2025-07-23 18:09:26 -04:00
parent 4e54c3045f
commit e3584623b3

View file

@ -1,5 +1,3 @@
version: "3.8"
services: services:
client: client:
build: . build: .
@ -10,4 +8,4 @@ services:
environment: environment:
NODE_ENV: production NODE_ENV: production
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock