From 2ca66733abc61b4ad9e02537a64ded24a4e01ede Mon Sep 17 00:00:00 2001 From: Dave Smith-Hayes Date: Sat, 26 Oct 2024 21:46:15 -0400 Subject: [PATCH] Add the dockerfile --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index b18b4c5..39dd7c7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,8 +11,6 @@ COPY --from=install /temp/build/node_modules node_modules COPY ./chat-app . ENV NODE_ENV=production -ENV APP_URL=chat.freedoom.party -ENV APP_PORT=3000 RUN bun run build USER bun