create license management

This commit is contained in:
2026-04-06 13:31:30 +03:30
parent 44097fe1ac
commit de1a046485
46 changed files with 819 additions and 366 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ COPY nginx.conf /etc/nginx/nginx.conf
COPY --from=builder /app/dist/pos.client/browser /usr/share/nginx/html
# Expose port
EXPOSE 80
EXPOSE 5000
# Health check
HEALTHCHECK --interval=30s --timeout=3s --start-period=5s --retries=3 \