Update deps, fix Docker build errors

This commit is contained in:
Darren Clarke 2024-05-14 09:40:58 +02:00
parent 162390008b
commit c62bfd2a4c
31 changed files with 832 additions and 1227 deletions

View file

@ -5,8 +5,8 @@ services:
container_name: link
restart: ${RESTART}
build:
context: .
dockerfile: ../../apps/link/Dockerfile
context: ../../
dockerfile: ./apps/link/Dockerfile
image: registry.gitlab.com/digiresilience/link/link-stack/link:${LINK_STACK_VERSION}
expose:
- "3000"