[feature] add gravity-ui dependency

use some gravity-ui components
This commit is contained in:
2023-11-28 18:06:27 +07:00
parent 2e9525350a
commit 3b2babc937
5 changed files with 689 additions and 23 deletions

View File

@@ -9,7 +9,7 @@ RUN npm ci --omit=dev
COPY src /opt/neko/src
RUN npm run-script build
FROM nginx:1.23.2 as runtume
FROM nginx:1.23.2 as runtime
ENV APP_VERSION=latest