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