This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Niko
/
shuili_manager
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
911
Commits
4
Branches
0
Tags
192 MiB
Branch:
master
Initial-inspection
dev_kxc
kxc
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'master'
${ noResults }
shuili_manager
/
Dockerfile
8 lines
96 B
Raw
Permalink
Normal View
History
需归模块完善
5 months ago
FROM
openjdk:1.8.0-jdk-slim
WORKDIR
/app
COPY
text.jar /app
CMD
[
"java"
,
"-jar"
,
"text.jar"
]