feat/role-check: updat flow for input encounter

This commit is contained in:
2025-12-15 12:10:04 +07:00
parent 49ffad1dde
commit bd48cc5907
13 changed files with 1163 additions and 499 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# Build Stage
FROM node:20-alpine AS build-stage
FROM node:24-alpine AS build-stage
# Set the working directory inside the container
WORKDIR /app