mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-24 01:33:18 +00:00
Generate docker-compose.yml before any docker-compose command
This commit is contained in:
parent
c020e4e6bd
commit
a9ca54b98a
1 changed files with 2 additions and 2 deletions
|
@ -30,11 +30,11 @@ clean:
|
|||
rm -rf $$dir/test/unit/js; \
|
||||
rm -rf $$dir/test/acceptance/js; \
|
||||
done
|
||||
# Deletes node_modules volume
|
||||
docker-compose down --volumes
|
||||
# Regenerate docker-shared.yml - not stictly a 'clean',
|
||||
# but lets `make clean install` work nicely
|
||||
bin/generate_volumes_file
|
||||
# Deletes node_modules volume
|
||||
docker-compose down --volumes
|
||||
|
||||
# Need regenerating if you change the web modules you have installed
|
||||
docker-shared.yml:
|
||||
|
|
Loading…
Reference in a new issue