This website requires JavaScript.
Explore
Help
Sign In
CubeCraft-Creations
/
Extrudex
Watch
9
Star
0
Fork
0
You've already forked Extrudex
Code
Issues
Pull Requests
7
Actions
Packages
Projects
Releases
Wiki
Activity
Files
1ee7562e81a8d2c7a6fd8e2fe6d35ead27bbc876
Extrudex
/
frontend
/
public
/
favicon.ico
34 lines
15 KiB
Plaintext
Raw
Normal View
History
Unescape
Escape
CUB-66: scaffold Angular frontend and add Dockerfile with nginx - Scaffolded Angular 21 app in frontend/ (standalone, routing, scss) - Multi-stage Dockerfile: node:22-alpine build → nginx:alpine serve - nginx.conf with SPA routing fallback, API proxy, gzip, asset caching - .dockerignore excludes node_modules, dist, .angular, spec files - docker build → PASS, container serves UI on port 80 (HTTP 200) - Final image: 92.9MB (nginx:alpine)
2026-04-26 20:10:01 +00:00