Commit Graph

5 Commits

Author SHA1 Message Date
Stan
bf3a30fa12 feat: Add server-side storage for persistent diagram management
- Express.js backend for diagram CRUD operations
- Filesystem persistence via Docker volume mount
- Automatic storage detection in UI
- Overwrite protection with confirmation dialogs
- Server storage enabled by default in Docker

Closes #48
2025-08-14 12:58:55 +01:00
Stan
a383d577ce fix: Correct Dockerfile FROM AS casing
- Change 'as build' to 'AS build' to follow Docker best practices
- Fixes Docker build warning about casing mismatch
2025-08-14 08:13:39 +01:00
Stan
d4056bcebd Update Docker configuration for monorepo
- Move Dockerfile and compose.yml to root directory
- Update build paths for monorepo structure
- Use Node 22 and update npm to v11.5.2
- Fix build output path to use 'build' directory from RSBuild
- Configure nginx to serve production build on port 80
2025-08-13 22:47:07 +01:00
Mark Mankarious
1a647062d1 feat: configures webpack build for docker image 2024-04-06 12:49:05 +01:00
Vacharanon
e8d678d191 feat: adds standalone build and a Dockerfile 2024-04-01 22:34:46 +01:00