FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
basicFeaturesForSpringProject/Dockerfile at main · PouyaPouryaie/basicFeaturesForSpringProject · GitHub
PouyaPouryaie
/
basicFeaturesForSpringProject
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
3
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
basicFeaturesForSpringProject
/
Dockerfile
Copy path
More file actions
More file actions
Latest commit
History
History
History
10 lines (9 loc) · 467 Bytes
Breadcrumbs
basicFeaturesForSpringProject
/
Dockerfile
Copy path
File metadata and controls
10 lines (9 loc) · 467 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
FROM
azul/zulu-openjdk-alpine:11
VOLUME
/tmp
MAINTAINER
pouya
EXPOSE
9090
ADD
target/springboot-real-*.jar /springboot-real.jar
ENTRYPOINT
[
"java"
,
"-jar"
,
"/springboot-real.jar"
]
#
add jasypt secret-key in jar file:
#
ENTRYPOINT ["java", "-jar", "/springboot-real.jar", "--jasypt.encryptor.password=secret-key"]
#
ENTRYPOINT ["java","-Djava.security.egd=file:/dev/./urandom","-jar", "/springboot-real-1.0.0.jar", "--spring.config.location=file:application.properties"]
Back
|
FazBrowse Home
|
New Git URL