Skip to content

Commit 8e8a94f

Browse files
docker: don't collectstatic by default
because dev mode don't need it
1 parent f0d51d9 commit 8e8a94f

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)