Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mowgli
dbms-catalogue
Commits
1978e92e
Commit
1978e92e
authored
Dec 15, 2018
by
Daniel Seybold
Browse files
updated entrypoint to make logs visible in portainer
parent
9ad6fb3f
Pipeline
#19305
passed with stage
in 9 minutes and 48 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
init/entrypoint
init/entrypoint
+5
-5
No files found.
init/entrypoint
View file @
1978e92e
...
...
@@ -68,12 +68,12 @@ function application_catalogue_service(){
echo
"Colsseum_URI is
$COLOSSEUM_URI
"
echo
"starting
application-catalogue
..."
mvn jetty:run
-DpropertiesFile
=
/opt/application-catalogue/conf/docker.properties
-f
/opt/application-catalogue/pom.xml 2>&1
>>
/var/log/db-evaluator/application-catalogue.log
echo
"starting application-catalogue..."
mvn jetty:run
-DpropertiesFile
=
/opt/application-catalogue/conf/docker.properties
-f
/opt/
application-catalogue
/pom.xml 2>&1
#mvn jetty:run -DpropertiesFile=/opt/application-catalogue/conf/docker.properties -f /opt/application-catalogue/pom.xml 2>&1 >> /var/log/db-evaluator/application-catalogue.log
# whatever blocking call
tail
-f
/dev/null
#
tail -f /dev/null
}
function
start
(){
...
...
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