From 5a5cc088436ce44073205ea614c3d1bf556bb930 Mon Sep 17 00:00:00 2001 From: Dave Smith-Hayes Date: Sat, 26 Oct 2024 22:00:27 -0400 Subject: [PATCH] Add the APP_PORT to 3000 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 51a1650..b18b4c5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ COPY ./chat-app . ENV NODE_ENV=production ENV APP_URL=chat.freedoom.party -ENV APP_PORT=5000 +ENV APP_PORT=3000 RUN bun run build USER bun