FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
java-resource-server/Dockerfile at master · ftarlao/java-resource-server · GitHub
ftarlao
/
java-resource-server
Public
forked from
authlete/java-resource-server
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
java-resource-server
/
Dockerfile
Copy path
More file actions
More file actions
Latest commit
History
History
History
12 lines (7 loc) · 259 Bytes
Breadcrumbs
java-resource-server
/
Dockerfile
Copy path
File metadata and controls
12 lines (7 loc) · 259 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
11
12
FROM
maven:3.5.2-jdk-8
EXPOSE
8081
RUN
mkdir -p /authlete/app
ADD
. /authlete/app
WORKDIR
/authlete/app
RUN
mvn -s /usr/share/maven/ref/settings-docker.xml clean install
CMD
[
"mvn"
,
"-s"
,
"/usr/share/maven/ref/settings-docker.xml"
,
"clean"
,
"jetty:run"
]
Back
|
FazBrowse Home
|
New Git URL