This website works better with JavaScript.
Home
Explore
帮助
返回水杉在线
登录水杉在线
登录水杉码园
10175101215
/
DeliveryTakingSystem
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
done
release/0.0.1
wyz
3 years ago
parent
fb25fca555
commit
ec699f26a2
2 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/main/docker/Dockerfile
Dockerfile → src/main/docker/Dockerfile
View File
@ -1,4 +1,4 @@
FROM
openjdk:8-jdk-alpine
VOLUME
/tmp
ADD
spring-boot-docker-1.0
.jar app.jar
ADD
DeliveryTakingSystem-0.0.2-SNAPSHOT
.jar app.jar
ENTRYPOINT
[
"java"
,
"-Djava.security.egd=file:/dev/./urandom"
,
"-jar"
,
"/app.jar"
]
Write
Preview
Loading…
Cancel
Save