ref: table UI

This commit is contained in:
2026-09-13 18:59:48 +07:00
parent 1c877de130
commit 02cda47b72
14 changed files with 259 additions and 94 deletions
+2
View File
@@ -5,6 +5,8 @@ COPY package*.json ./
RUN npm install
COPY . .
ARG VITE_API_BASE_URL=https://mws-api.koda.id.vn
ENV VITE_API_BASE_URL=$VITE_API_BASE_URL
COPY .env.example .env
RUN npm run build