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
eea5c0d313
PromucFlow_constructor
/
app
/
server
/
entrypoint.sh
3 lines
84 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: Git version control functionality with connect to remote, commit, push flows (#8403) * core workflows of git - branch, clone, commit, pull, merge, status, log * Rehydrate file system before merge operation * Add logic to handle merge conflict for merge and pull flow * Add defaultBranch to listBranch API * Add Unit tests for git commands * Upgrade JGit dependencies to fix the security issue * Git command tests * Revert unwanted changes and update delete application flow * Disable git feature until the FE changes are merged Co-authored-by: Abhijeet <ABHI.NAGARNAIK@GMAIL.COM>
2021-10-20 09:47:34 +00:00
exec
java -Djava.security.egd
=
"file:/dev/./urandom"
"
$@
"
-jar server.jar
Reference in New Issue
Copy Permalink