feat: add deployment artifacts and health endpoints

This commit is contained in:
a.tolmachev
2026-03-25 13:30:55 +03:00
parent e9f17841e4
commit 4d2b566de2
17 changed files with 815 additions and 8 deletions
+6
View File
@@ -0,0 +1,6 @@
FROM nginx:1.27-alpine
COPY apps/ui/index.html /usr/share/nginx/html/index.html
COPY apps/ui/nginx.conf /etc/nginx/conf.d/default.conf
EXPOSE 3000