1
0
mirror of https://github.com/alexandrev/xslt-lab.git synced 2026-09-16 18:23:16 +00:00

Add Dockerfile for frontend

This commit is contained in:
2025-07-01 09:39:15 +02:00
parent 09a8f99466
commit b56df065bf
4 changed files with 26 additions and 3 deletions
+10
View File
@@ -13,3 +13,13 @@ npm run dev
This starts the playground at `http://localhost:3000`.
The app will call the Go backend at `/transform` to perform XSLT transformations.
### Docker
To build a container with the compiled frontend run:
```bash
docker build -t xslt-playground-frontend frontend
```
The resulting image serves the static files with nginx on port 80.