FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
Spring-Boot-Blog-REST-API/Dockerfile at main · ChielokaCode/Spring-Boot-Blog-REST-API · GitHub
ChielokaCode
/
Spring-Boot-Blog-REST-API
Public
forked from
osopromadze/Spring-Boot-Blog-REST-API
Notifications
You must be signed in to change notification settings
Fork
1
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
Spring-Boot-Blog-REST-API
/
Dockerfile
Copy path
More file actions
More file actions
Latest commit
History
History
History
5 lines (5 loc) · 139 Bytes
Breadcrumbs
Spring-Boot-Blog-REST-API
/
Dockerfile
Copy path
File metadata and controls
5 lines (5 loc) · 139 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
FROM
adoptopenjdk/openjdk11:alpine-jre
VOLUME
/tmp
ARG
JAR_FILE=target/*.jar
COPY
${JAR_FILE} app.jar
ENTRYPOINT
[
"java"
,
"-jar"
,
"/app.jar"
]
Back
|
FazBrowse Home
|
New Git URL