mirror of
https://github.com/raynormast/fake-firehose.git
synced 2024-12-21 23:33:14 +00:00
Added script to make rebuilding docker faster
This commit is contained in:
parent
c2d101b946
commit
3ecd85b5b3
1 changed files with 3 additions and 0 deletions
3
rebuild.sh
Executable file
3
rebuild.sh
Executable file
|
@ -0,0 +1,3 @@
|
|||
docker compose -f docker-compose.yml down
|
||||
docker build -t fakefirehose .
|
||||
docker compose -f docker-compose.yml up -d
|
Loading…
Reference in a new issue