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
26712698
Commit
26712698
authored
Apr 29, 2021
by
carlosribas
Browse files
Add command to run collectstatic
parent
73b1801e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
entrypoint.sh
entrypoint.sh
+4
-0
No files found.
entrypoint.sh
View file @
26712698
...
...
@@ -117,4 +117,8 @@ else
chown
-R
rnacentral
"
${
SUPERVISOR_CONF_DIR
}
"
/supervisord.conf
fi
# Run collectstatic
echo
"INFO: Copying the static files"
python
"
${
RNACENTRAL_HOME
}
"
/manage.py collectstatic
--noinput
exec
"
$@
"
\ No newline at end of file
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