fix: 文件二维码在前端拼接结果好像错误

This commit is contained in:
lan
2024-05-06 10:58:14 +08:00
parent eb586c5517
commit d02aa407b5
+2 -1
View File
@@ -16,7 +16,8 @@ LABEL version="6"
# 先安装依赖可以产生缓存
WORKDIR /app
COPY requirements.txt /app
RUN apt-get update && apt-get install -y --no-install-recommends gcc libc-dev
# 安装gcc
RUN apk add --no-cache gcc musl-dev
RUN /usr/local/bin/python -m pip install --upgrade pip && pip install -r requirements.txt
COPY ./backend/ /app
COPY --from=webui /app/fcb-fronted/dist/ /app/dist