Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
MCMS
Commits
63bfc772
Commit
63bfc772
authored
Jan 29, 2019
by
ms-dev
Browse files
配置
parent
c05d7871
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/resources/Dockerfile
View file @
63bfc772
FROM
java
VOLUME
/tmp
ADD
docker-springboot-0.0.1-SNAPSHOT.jar
app
.jar
ADD
docker-springboot-0.0.1-SNAPSHOT.jar
mcms
.jar
RUN
bash
-c
'touch /app.jar'
ENV
JAVA_OPTS
=
""
ENTRYPOINT
[ "sh", "-c", "java $JAVA_OPTS -Djava.security.egd=file:/dev/./urandom -jar /app.jar" ]
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment