Skip to content

Commit eaa6919

Browse files
committed
Added patch that fixes custom certificate upload modal.
1 parent edc657c commit eaa6919

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,9 @@ RUN \
245245
sed-patch "s/\"version\": \"0.0.0\",/\"version\": \"${NGINX_PROXY_MANAGER_VERSION}\",/" nginx-proxy-manager/frontend/package.json && \
246246
sed-patch "s/\"version\": \"0.0.0\",/\"version\": \"${NGINX_PROXY_MANAGER_VERSION}\",/" nginx-proxy-manager/backend/package.json && \
247247

248+
# Fix for custom certificate upload modal not working.
249+
curl -# -L https://github.com/jc21/nginx-proxy-manager/commit/40b1521f723d1a485a99c47f4f7505ba26d1469f.patch | patch -p1 -d nginx-proxy-manager && \
250+
248251
cp -r nginx-proxy-manager /app && \
249252

250253
# Build Nginx Proxy Manager frontend.

0 commit comments

Comments
 (0)