feat(infra): reworked everything so that a single docker builds all + made sure everything works
This commit is contained in:
parent
68f8d87477
commit
157b06ea4b
7 changed files with 23 additions and 14 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue