浏览代码

now we use our own template instead of patching justpy

Rodja Trappe 4 年之前
父节点
当前提交
477a2e7e58
共有 2 个文件被更改,包括 0 次插入58 次删除
  1. 0 53
      justpy_allow-hosting-behind-reverse-proxy-with-prefixed-path.patch
  2. 0 5
      release.dockerfile

文件差异内容过多而无法显示
+ 0 - 53
justpy_allow-hosting-behind-reverse-proxy-with-prefixed-path.patch


+ 0 - 5
release.dockerfile

@@ -2,11 +2,6 @@ FROM python:3.9-slim
 
 RUN python -m pip install nicegui
 
-RUN apt update && apt install patch -y && rm -rf /var/lib/apt/lists/*
-WORKDIR /usr/local/lib/python3.9/site-packages/justpy/
-COPY justpy_allow-hosting-behind-reverse-proxy-with-prefixed-path.patch ./
-RUN patch -p1 < justpy_allow-hosting-behind-reverse-proxy-with-prefixed-path.patch
-
 WORKDIR /app
 
 COPY main.py README.md ./ 

部分文件因为文件数量过多而无法显示