فهرست منبع

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 ./ 

برخی فایل ها در این مقایسه diff نمایش داده نمی شوند زیرا تعداد فایل ها بسیار زیاد است