chore: update pezkuwi-ui dependencies to 3.17.1

- Update @pezkuwi/react-identicon to ^3.17.1
- Update @pezkuwi/react-qr to ^3.17.1
- Update @pezkuwi/ui-keyring to ^3.17.1
- Update @pezkuwi/ui-settings to ^3.17.1

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-09 01:36:18 +03:00
parent 2a779cc25a
commit a9681f7c9f
5 changed files with 47 additions and 6 deletions
+12
View File
@@ -0,0 +1,12 @@
FROM nginx:alpine
# Copy build files
COPY packages/apps/build /usr/share/nginx/html
# Copy nginx config
COPY nginx.conf /etc/nginx/conf.d/default.conf
# Expose port
EXPOSE 80
CMD ["nginx", "-g", "daemon off;"]