moved live test resources to src/live-test/resources
This commit is contained in:
parent
23fb4ae451
commit
1afd7a40e2
@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
docker image build -t spring-data-mongodb:live-test live-test/
|
||||
docker image build -t spring-data-mongodb:live-test src/live-test/resources/
|
||||
|
||||
docker run -p 27017:27017 --name spring-data-mongodb-live-test spring-data-mongodb:live-test
|
||||
|
Loading…
x
Reference in New Issue
Block a user