This commit is contained in:
parent
e89dbd6fa5
commit
ff9b8cef58
@ -5,9 +5,9 @@ RUN bun install && bun run build
|
||||
|
||||
FROM nginx:alpine
|
||||
COPY --from=front /build/dist /usr/share/dist
|
||||
RUN rm /etc/nginx/conf.d/default.conf
|
||||
RUN #rm /etc/nginx/conf.d/default.conf
|
||||
|
||||
# 将自定义配置文件nginx.conf复制到容器内/etc/nginx/conf.d/目录
|
||||
ADD ./nginx.conf /etc/nginx/conf.d/
|
||||
#ADD ./nginx.conf /etc/nginx/conf.d/
|
||||
|
||||
CMD ["nginx", "-g", "daemon off;"]
|
@ -46,6 +46,9 @@
|
||||
<!-- <FormOutlined v-else class="cursor-pointer" @click="onEdit(record, 'dwPrice')"/>-->
|
||||
</div>
|
||||
</template>
|
||||
<template v-else-if="column.key === 'rate'">
|
||||
{{record.rate.toFixed(2)}}%
|
||||
</template>
|
||||
<template v-else-if="column.key === 'image'">
|
||||
<a-image
|
||||
:width="100"
|
||||
|
Loading…
Reference in New Issue
Block a user