heartwood every commit a ring

Add EXPOSE 8000 for consistency with the Rust projects

77c604a0 by Isaac Bythewood · 1 day ago

modified Dockerfile
@@ -11,6 +11,8 @@ COPY . .RUN bun run next:buildEXPOSE 8000USER bunCMD ["bun", "next:start"]