Skip to content

Commit 0915996

Browse files
docker: don't collectstatic by default
because dev mode don't need it
1 parent fc8fe03 commit 0915996

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

docker/entrypoint.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ function init_db() {
134134

135135
function init() {
136136
init_db
137-
collectStatic
138137
compileMessages
139138
startFrontend
140139
}

0 commit comments

Comments
 (0)