🧪 添加 FileCodeBox 测试环境配置

This commit is contained in:
Orion
2026-06-05 08:43:54 +08:00
parent 9081cf3b6d
commit 6b7bae9105
3 changed files with 38 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
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