update: Dockerfile

This commit is contained in:
tao.chen
2026-07-03 16:07:16 +08:00
parent 99447b2df6
commit 59a1b5e4d4
+1
View File
@@ -69,5 +69,6 @@ RUN npm install -g opencode-ai && npm cache clean --force
RUN opencode --version
COPY skills /root/.config/opencode/skills
COPY csv2json /root/workspace/csv2json
ENTRYPOINT ["opencode"]