Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
ensembl-gh-mirror
guiHive
Commits
1949f182
Commit
1949f182
authored
Jul 10, 2017
by
Matthieu Muffato
Browse files
The deployment script now takes care of checking out the server branch
parent
0fe7f825
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
docker/Dockerfile
docker/Dockerfile
+2
-3
No files found.
docker/Dockerfile
View file @
1949f182
...
...
@@ -11,12 +11,11 @@ RUN apt-get update -y \
&&
apt-get
install
golang libhtml-parser-perl libhtml-template-perl libjson-perl libjson-pp-perl liburi-perl
-y
\
&&
apt-get clean
&&
rm
-rf
/var/lib/apt/lists/
*
/tmp/
*
/var/tmp/
*
RUN
git clone https://github.com/Ensembl/guiHive.git /repo/guiHive
ARG
DEPLOY_LOCATION=/repo/guiHive
RUN
curl
-L
https://raw.githubusercontent.com/Ensembl/guiHive/server/guihive-deploy.sh | bash
RUN
cpanm
--installdeps
--with-recommends
/repo/guiHive
RUN
/repo/guiHive/guihive-deploy.sh
WORKDIR
/repo/guiHive/server
RUN
go build
...
...
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