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
d1735647
Commit
d1735647
authored
Jun 19, 2019
by
Matthieu Muffato
Committed by
ens-bwalts
Jul 08, 2019
Browse files
Use the $DEPLOY_LOCATION parameter
parent
b4212188
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
docker/Dockerfile
docker/Dockerfile
+2
-2
No files found.
docker/Dockerfile
View file @
d1735647
...
...
@@ -24,8 +24,8 @@ RUN buildDeps=' \
&&
apt-get update
-y
\
&&
apt-get
install
-y
$buildDeps
\
&&
rm
-rf
/var/lib/apt/lists/
*
\
&&
cpanm
--installdeps
--with-recommends
/repo/guiHive
\
&&
cd
/repo/guiHive
/server
&&
go build
\
&&
cpanm
--installdeps
--with-recommends
$DEPLOY_LOCATION
\
&&
cd
$DEPLOY_LOCATION
/server
&&
go build
\
&&
apt-get purge
-y
--auto-remove
$buildDeps
EXPOSE
8080
...
...
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