From efcf3d7195a5b64d97bafcc83e25404e0ce6504b Mon Sep 17 00:00:00 2001 From: vnugent Date: Fri, 18 Jul 2025 11:16:21 -0400 Subject: [PATCH] fix(compose): update the docker compose file to build correctly - fixed the compose file so it builds the current deno application - fixed the port numbers to match the deno server --- docker-compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index ad37163..b6633a6 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -1,9 +1,9 @@ version: "3" services: - wikinostr: + alexandria: build: context: . dockerfile: Dockerfile ports: - - 3023:4173 + - 3000:3000