Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
iPPIDB
ippidb-web
Commits
e5ec6d54
Commit
e5ec6d54
authored
Jun 15, 2022
by
Bryan BRANCOTTE
Browse files
compile the language files
parent
f9d5e31a
Pipeline
#83451
passed with stages
in 6 minutes and 2 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ippisite/Dockerfile
View file @
e5ec6d54
...
...
@@ -42,7 +42,8 @@ CMD ["gunicorn", "--bind", ":8000", "ippisite.wsgi:application", "--threads", "4
ENV
STATIC_ROOT /static_root
ENV
STATIC_ROOT_ON_STARTUP_COPY="/tmp${STATIC_ROOT}_on_startup_copy"
RUN
USE_SQLITE_AS_DB
=
True python manage.py collectstatic
--noinput
RUN
USE_SQLITE_AS_DB
=
True python manage.py collectstatic
--noinput
\
&&
USE_SQLITE_AS_DB
=
True python manage.py compilemessages
USER
kiwi
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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