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
Renato Alves
dataquest
Commits
686b4b59
Verified
Commit
686b4b59
authored
Jul 25, 2019
by
Renato Alves
🌱
Browse files
MNT Update dockerfile clone URL
parent
ba612cf8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
686b4b59
...
...
@@ -5,7 +5,7 @@ LABEL maintainer "alves.rjc+docker@gmail.com"
RUN
apk
--no-cache
add bash git python3
RUN
mkdir
-p
/srv
&&
\
git clone https://git
.embl.de/ralves
/dataquest.git /srv/dataquest
&&
\
git clone https://git
hub.com/unode
/dataquest.git /srv/dataquest
&&
\
cd
/srv/dataquest
&&
\
sed
"s/Set production websocket host here/127.0.0.1/"
client/config/config_build.json-dist
>
client/config/config_build.json
&&
\
bash bin/build_prod.sh
&&
\
...
...
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