Skip to content

Commit 8d950c5

Browse files
committed
fix: 文件二维码在前端拼接结果好像错误
1 parent fa5aacf commit 8d950c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ WORKDIR /app/fcb-fronted/
44
ENV NPM_CONFIG_LOGLEVEL=verbose
55
RUN npm i
66
RUN npm run build-only
7-
# 似乎需要把文件移动才能正常
87
RUN mv dist/logo_small.png dist/assets/
98

109

@@ -17,6 +16,7 @@ LABEL version="6"
1716
# 先安装依赖可以产生缓存
1817
WORKDIR /app
1918
COPY requirements.txt /app
19+
RUN apt-get update && apt-get install -y --no-install-recommends gcc libc-dev
2020
RUN /usr/local/bin/python -m pip install --upgrade pip && pip install -r requirements.txt
2121
COPY ./backend/ /app
2222
COPY --from=webui /app/fcb-fronted/dist/ /app/dist

0 commit comments

Comments
 (0)