We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68cfe8d commit 5142228Copy full SHA for 5142228
1 file changed
Dockerfile
@@ -22,6 +22,7 @@ RUN /usr/local/bin/install-ai-agent.sh
22
RUN /usr/local/bin/install-virtualenv.sh
23
24
# 启动命令
25
+ADD ./scripts /opt/
26
ADD ./settings /opt/vscode/settings
27
ADD ./dev-init.sh /usr/local/bin/
28
ADD ./docker-entrypoint.sh /usr/local/bin/
0 commit comments