fix 修复构建问题
All checks were successful
Build image / build (push) Successful in 25s

This commit is contained in:
timerzz 2024-05-12 20:45:57 +08:00
parent 0f0eea8468
commit 4fd090fe2f

View File

@ -4,7 +4,7 @@ WORKDIR /build/
RUN bun install && bun run build
FROM nginx:alpine
COPY --from=front /build/dist /usr/share/
COPY --from=front /build/dist /usr/share/dist
RUN rm /etc/nginx/conf.d/default.conf
# 将自定义配置文件nginx.conf复制到容器内/etc/nginx/conf.d/目录