feat(infra): reworked everything so that a single docker builds all + made sure everything works

This commit is contained in:
Maieul BOYER 2025-07-29 14:01:01 +02:00
parent 68f8d87477
commit 157b06ea4b
7 changed files with 23 additions and 14 deletions

View file

@ -28,11 +28,7 @@ services:
# - write icons to shared volume allowing nginx to serve them (does it better than if we did it in the service)
icons:
# build is a bit strange: it has two parts
build:
# the dockerfile to use
dockerfile: ./src/icons/Dockerfile
# the current working directory. This means `.` in Dockerfile
context: .
build: ./src/icons/
container_name: icons
restart: always
networks: