Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Carlos Ribas
rnacentral-webcode
Commits
fecaf156
Commit
fecaf156
authored
Apr 20, 2021
by
carlosribas
Browse files
Bug fix
parent
bf6e74f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Dockerfile
Dockerfile
+1
-1
No files found.
Dockerfile
View file @
fecaf156
...
...
@@ -54,7 +54,7 @@ RUN \
RUN
\
LOCAL_DEV
=
"
${
LOCAL_DEVELOPMENT
:-
false
}
"
&&
\
if
[
"
$LOCAL_DEV
"
=
"True"
]
;
then
\
pip3
install
-r
$RNACENTRAL_HOME
/rnacentral-webcode/rnacentral/requirements_dev.txt
\
pip3
install
-r
$RNACENTRAL_HOME
/rnacentral-webcode/rnacentral/requirements_dev.txt
;
\
fi
WORKDIR
$RNACENTRAL_HOME/rnacentral-webcode
...
...
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