소스 검색

Merge commit 'e11375bb46cb18fe2a8500e6c23695d9107ca817' into optional_netifaces

Rodja Trappe 1 년 전
부모
커밋
b4d7a92067
2개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      fly.dockerfile
  2. 0 0
      website/static/search_index.json

+ 1 - 2
fly.dockerfile

@@ -2,7 +2,7 @@ FROM python:3.11.3-slim
 
 LABEL maintainer="Zauberzeug GmbH <nicegui@zauberzeug.com>"
 
-RUN pip install itsdangerous prometheus_client isort docutils pandas
+RUN pip install itsdangerous prometheus_client isort docutils pandas plotly matplotlib
 
 WORKDIR /app
 
@@ -13,7 +13,6 @@ ARG VERSION=unknown
 RUN if [ "$VERSION" = "unknown" ]; then echo "Error: VERSION build argument is required. Use: fly deploy --build-arg VERSION=$(git describe --abbrev=0 --tags --match 'v*' 2>/dev/null | sed 's/^v//' || echo '0.0.0')" && exit 1; fi
 RUN sed -i "/\[tool.poetry\]/,/]/s/version = .*/version = \"$VERSION\"/" pyproject.toml
 
-RUN cat pyproject.toml
 RUN pip install .
 
 EXPOSE 8080

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
website/static/search_index.json


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.