Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pbansal
Test-Docker
Commits
1f3fc15a
Commit
1f3fc15a
authored
Jun 05, 2020
by
B13nch3n
Browse files
When building from Git repo use the workshop repo, not the GitHub repo
parent
04c30ab5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Docker/.env
View file @
1f3fc15a
...
...
@@ -44,6 +44,6 @@ CATHSMAPI_CODEBASE=fromlocal
# If CATHSMAPI_CODEBASE=fromgitrepo,
# determines the branch/ tag to be used from
# the Git repository
CATHSMAPI_GITTAG=v0.0.1
#
CATHSMAPI_GITTAG=v0.0.1
ALLOWED_HOSTS=localhost,127.0.0.1
\ No newline at end of file
Docker/cathapi/Dockerfile
View file @
1f3fc15a
...
...
@@ -35,7 +35,7 @@ ONBUILD RUN apt-get update && \
apt-get
install
-y
--no-install-recommends
\
git
&&
\
/bin/rm
-rf
/var/lib/apt/lists/
*
&&
\
/usr/bin/git clone https://git
hub.com/CATH-SWISSMODEL/cathsm-server
.git
\
/usr/bin/git clone https://git
.scicore.unibas.ch/bienert/cathsm-server-sibdays2020ed
.git
\
/tmp/cathsm-server.git
&&
\
if
test
-z
"
$CATHSMAPI_GITTAG
"
;
then
\
cd
/tmp/cathsm-server.git/cathapi
&&
\
...
...
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