File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ docker-compose `echo ${DOCKER_COMPOSE_FILES}` exec progs bash -c 'rm -rf node_mo
2020docker-compose ` echo ${DOCKER_COMPOSE_FILES} ` exec progs bash -c ' npm install'
2121
2222docker-compose ` echo ${DOCKER_COMPOSE_FILES} ` exec progs bash -c ' npm run dev'
23- docker-compose ` echo ${DOCKER_COMPOSE_FILES} ` exec progs bash -c ' python manage.py collectstatic --ignore="*.less" --ignore="*.scss" --noinput --clear --settings=edraakprograms.dev '
23+ docker-compose ` echo ${DOCKER_COMPOSE_FILES} ` exec progs bash -c ' python manage.py collectstatic --ignore="*.less" --ignore="*.scss" --noinput --clear --settings=edraakprograms.static '
2424
2525echo " ** Progs: Restarting **"
2626docker-compose ` echo ${DOCKER_COMPOSE_FILES} ` restart progs
You can’t perform that action at this time.
0 commit comments