Skip to content

Commit 64891b7

Browse files
docker: run manage.py compilemessages during init
1 parent a883b76 commit 64891b7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docker/entrypoint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ function init_db() {
135135
function init() {
136136
init_db
137137
collectStatic
138+
compileMessages
138139
startFrontend
139140
}
140141

0 commit comments

Comments
 (0)