• Joined on 2025-10-28

kaniko-cache/reguflow-frontend-clinic (5b0067791e8bc6589f0b541bfc642ac6f89efeb237ab94d279ad90d0d2ce1043)

Published 2026-03-04 08:33:19 +00:00 by danthe

Installation

docker pull git.goroid.io/danthe/kaniko-cache/reguflow-frontend-clinic:5b0067791e8bc6589f0b541bfc642ac6f89efeb237ab94d279ad90d0d2ce1043
sha256:af1786951e78f11607d33d31f41d512ee5629229537366c562387e40befde4af

Image Layers

RUN echo 'server { listen 80; root /usr/share/nginx/html; index index.html; location / { try_files $uri $uri/ /index.html; } location ~* \.(js|css|png|jpg|jpeg|gif|ico|svg|woff|woff2)$ { expires 1y; add_header Cache-Control "public, immutable"; } }' > /etc/nginx/conf.d/default.conf