Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Carlos Ribas
rnacentral-webcode
Commits
09bdd9c4
Commit
09bdd9c4
authored
Apr 30, 2021
by
carlosribas
Browse files
Install R2DT-Web and rnacentral-sequence-search-embed
parent
ccac8be2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
Dockerfile
Dockerfile
+14
-0
No files found.
Dockerfile
View file @
09bdd9c4
...
...
@@ -61,6 +61,20 @@ RUN pip3 install -r requirements.txt
ADD
rnacentral/portal/static/package.json rnacentral/portal/static/
RUN
cd
rnacentral/portal/static
&&
npm
install
--only
=
production
# Install R2DT-Web - used by test.rnacentral.org
RUN
\
cd
rnacentral/portal/static
&&
\
git clone https://github.com/RNAcentral/r2dt-web.git
&&
\
cd
r2dt-web
&&
\
git checkout dev
# Install rnacentral-sequence-search-embed - used by test.rnacentral.org
RUN
\
cd
rnacentral/portal/static
&&
\
git clone https://github.com/RNAcentral/rnacentral-sequence-search-embed.git
&&
\
cd
rnacentral-sequence-search-embed
&&
\
git checkout dev
# Copy and chown all the files to the rnacentral user
COPY
rnacentral $RNACENTRAL_HOME/rnacentral
RUN
chown
-R
rnacentral:rnacentral /srv
...
...
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