Files
filecodebox/deploy/1panel/current-app/custom/Dockerfile
T
Hermes Agent c5437440b0
Build and push Docker image / buildx (push) Has been cancelled
Deploy VitePress site to Pages / build (push) Has been cancelled
Deploy VitePress site to Pages / Deploy (push) Has been cancelled
🧰 纳入 FileCodeBox 1Panel 定制资料
2026-06-05 08:39:16 +08:00

5 lines
145 B
Docker

FROM lanol/filecodebox:beta
COPY fcb_extra_patch.py /tmp/fcb_extra_patch.py
RUN python /tmp/fcb_extra_patch.py && rm -f /tmp/fcb_extra_patch.py