ref: table UI
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user