diff --git a/Dockerfile b/Dockerfile index 60006a5..0149456 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=3000 +ENV APP_PORT=5000 RUN bun run build USER bun