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
eea58ed3
Commit
eea58ed3
authored
Sep 15, 2021
by
carlosribas
Browse files
Run django compress
parent
393e44b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
entrypoint.sh
entrypoint.sh
+4
-1
No files found.
entrypoint.sh
View file @
eea58ed3
...
...
@@ -39,7 +39,6 @@ else
ENVIRONMENT = get_environment()
INTERNAL_IPS = ('127.0.0.1', '192.168.99.1')
DEBUG_TOOLBAR_CONFIG = {'SHOW_TOOLBAR_CALLBACK': lambda request: DEBUG}
COMPRESS_ENABLED = False
S3_SERVER = {
"HOST": "
$S3_HOST
",
"KEY": "
$S3_KEY
",
...
...
@@ -136,4 +135,8 @@ fi
echo
"INFO: Copying the static files"
python
"
${
RNACENTRAL_HOME
}
"
/rnacentral/manage.py collectstatic
--noinput
# Run django compressor
echo
"INFO: Running django compress"
python
"
${
RNACENTRAL_HOME
}
"
/rnacentral/manage.py compress
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