|
@@ -7,5 +7,5 @@ RUN npm config set registry https://registry.npm.taobao.org \
|
|
|
&& npm run build
|
|
&& npm run build
|
|
|
|
|
|
|
|
FROM nginx:1.19.10-alpine
|
|
FROM nginx:1.19.10-alpine
|
|
|
-COPY knowledge_labeling_ui.conf /etc/nginx/conf.d/default.conf
|
|
|
|
|
|
|
+#COPY knowledge_labeling_ui.conf /etc/nginx/conf.d/default.conf
|
|
|
COPY --from=builder /code/dist/ /var/www/html/dist/
|
|
COPY --from=builder /code/dist/ /var/www/html/dist/
|