Skip to content

Commit

Permalink
fix entrypoint script
Browse files Browse the repository at this point in the history
  • Loading branch information
peterstadler committed May 21, 2019
1 parent f5facaa commit e38743a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/bin/sh

# this is a Docker entrypoint script that will be executed
# for each start of a container based on that image.
#
Expand All @@ -6,8 +8,6 @@
# on the command line, e.g.
# `docker run -e dhconvalidator_base_url=http://my.dhconvalidator.base.url …`

#!/bin/sh

cat <<EOF > ${JETTY_BASE}/webapps/ROOT/dhconvalidator.properties
#base_url=http://adho.org/dhconvalidator-2018
base_url=${dhconvalidator_base_url}
Expand Down

0 comments on commit e38743a

Please sign in to comment.