Skip to content

Commit 48480ce

Browse files
committed
added docker-start.sh docker-stop.sh
1 parent 8177319 commit 48480ce

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

docker-start.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/usr/bin/env bash
2+
3+
./mvnw docker-compose:up
4+

docker-stop.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/usr/bin/env bash
2+
3+
./mvnw docker-compose:down
4+

0 commit comments

Comments
 (0)