Almost hostable from monorepo

This commit is contained in:
2025-09-12 17:21:38 -05:00
parent b1eae564be
commit 4d81e1f8e6
3 changed files with 13 additions and 8 deletions

View File

@@ -4,8 +4,8 @@ networks:
services:
techtracker-next:
build:
context: ../../../apps/next/
dockerfile: host/next/docker/Dockerfile
context: ../../../
dockerfile: ./host/next/docker/Dockerfile
image: ${CONTAINER_NAME}:alpine
container_name: ${CONTAINER_NAME}
env_file: [.env]