parent
17a487bc12
commit
a7c4dd66c2
@ -1,5 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd .. &&
|
||||
|
||||
mvn clean install &&
|
||||
|
@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd .. &&
|
||||
|
||||
docker compose down
|
@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd .. &&
|
||||
|
||||
docker compose up &
|
Loading…
Reference in new issue