diff --git a/Dockerfile b/Dockerfile
index 13faeab..bcf2d48 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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
diff --git a/src/components/AppTableShell.vue b/src/components/AppTableShell.vue
new file mode 100644
index 0000000..962f02f
--- /dev/null
+++ b/src/components/AppTableShell.vue
@@ -0,0 +1,25 @@
+
+
+
+
+
diff --git a/src/layouts/AdminLayout.vue b/src/layouts/AdminLayout.vue
index 259b5cb..817f43c 100644
--- a/src/layouts/AdminLayout.vue
+++ b/src/layouts/AdminLayout.vue
@@ -12,7 +12,7 @@