This website requires JavaScript.
Explore
Help
Sign In
Protei
/
PromucFlow_constructor
Watch
2
Star
0
Fork
0
You've already forked PromucFlow_constructor
Code
Issues
Pull Requests
Actions
3
Packages
Projects
Releases
Wiki
Activity
09c2875e4f
PromucFlow_constructor
/
app
/
server
/
entrypoint.sh
3 lines
83 B
Bash
Raw
Normal View
History
Unescape
Escape
Creating dockerfile that creates the server image. Also modifying .gitlab-ci file to push docker image to the registry
2019-11-14 12:50:37 +00:00
#!/bin/sh
feat: Handle extra Java arguments to server Docker image (#8244)
2021-10-08 17:17:25 +00:00
exec
java -Djava.security.egd
=
"file:/dev/./urandom"
"
$@
"
-jar server.jar
Reference in New Issue
Copy Permalink