Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Dynamic Exposure
server-components
containers
docker-spearhead
Commits
7b44e733
Commit
7b44e733
authored
Oct 18, 2021
by
Felix Delattre
Browse files
Removed wait-for-it
parent
3e7d10d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
7b44e733
...
...
@@ -23,8 +23,7 @@ RUN apt update
RUN
apt
install
--no-install-recommends
-y
\
ca-certificates
\
git
\
python3-pip
\
wait-for-it
python3-pip
# Install rabotnik spearhead
RUN
cd
/srv
&&
git clone https://git.gfz-potsdam.de/dynamicexposure/openbuildingmap/spearhead.git
...
...
@@ -37,4 +36,4 @@ RUN apt-get autoremove --yes $build_dependencies && \
apt-get clean --yes && \
rm -rf /var/lib/apt/* /var/cache/apt/* /root/.cache
CMD
wait-for-it -t 30 $RABOTNIK_MESSAGE_BUS_HOST:$RABOTNIK_MESSAGE_BUS_PORT --
spearhead
CMD
spearhead
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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