This website requires JavaScript.
Explore
Help
Register
Sign In
agentstore-code
/
test
Watch
1
Star
0
Fork
0
You've already forked test
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
main
test
/
Dockerfile
6 lines
65 B
Docker
Raw
Permalink
Normal View
History
Unescape
Escape
更新 Dockerfile
2025-06-02 19:00:15 +08:00
FROM
python:3.8
commit test code
2025-06-02 02:42:20 +08:00
WORKERDIR /app
ADD
. .
CMD
[
"ptyhon"
,
"main.py"
]
Reference in New Issue
Copy Permalink