Remove node_modules on stop

This commit is contained in:
Kuba Orlik 2021-06-30 14:21:11 +02:00
parent 0710b01581
commit 4235a11d44

View File

@ -5,3 +5,5 @@ SEALIOUS_BASE_URL=$(cat .base_url)
export SEALIOUS_BASE_URL
docker-compose down --volumes
rm -rf node_modules