Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CCI
3M-docker
Commits
f66ca920
Commit
f66ca920
authored
Dec 21, 2021
by
YannisMarketakis
Browse files
refactored jar file
parent
ae4b2976
Changes
3
Hide whitespace changes
Inline
Side-by-side
3M/3mspring
-0.0.1-SNAPSHOT
.jar
→
3M/3mspring.jar
View file @
f66ca920
File moved
3M/Dockerfile
View file @
f66ca920
#FROM openjdk:8-oracle
FROM
brainqi/jdk
#FROM openjdk:8u312-jdk
WORKDIR
/
RUN
mkdir
/uploads
#ADD uploads.tar.gz /
COPY
3mspring
-0.0.1-SNAPSHOT
.jar /
COPY
3mspring.jar /
ADD
entrypoint.sh /entrypoint.sh
...
...
3M/entrypoint.sh
View file @
f66ca920
#!/bin/bash
java
-Djava
.security.egd
=
file:/dev/./urandom
-jar
3mspring
-0.0.1-SNAPSHOT
.jar
\
java
-Djava
.security.egd
=
file:/dev/./urandom
-jar
3mspring.jar
\
--server
.port
=
8082
\
--spring
.mail.host
=
$spring_mail_host
\
--spring
.mail.port
=
$spring_mail_port
\
...
...
Write
Preview
Markdown
is supported
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