Added script to make rebuilding docker faster

This commit is contained in:
raynor 2022-12-18 14:15:59 -05:00
parent c2d101b946
commit 3ecd85b5b3
1 changed files with 3 additions and 0 deletions

3
rebuild.sh Executable file
View File

@ -0,0 +1,3 @@
docker compose -f docker-compose.yml down
docker build -t fakefirehose .
docker compose -f docker-compose.yml up -d