Skip to content

Commit ddbe5d1

Browse files
committed
Merge pull request #36 from oadam/patch-1
Update USAGE.md
2 parents 9156429 + cad9b47 commit ddbe5d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

USAGE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The best example to look at is the [one from the tests](src/it/build-test-it) wh
1818

1919
Typically, you build your app, run your standard unit tests and package it as usual. Then, you build a container with your app deployed onto it, and run integration tests against it. If they pass, deploy your jar into the Maven repository, and optionally, your image into a Docker repository.
2020

21-
To use the plugin, you need to define a docker directory in `${basedir}/src/main` which will include a subdirectory for each container that you wish to deploy.
21+
To use the plugin, you need to define a `docker/` directory in `${basedir}/src/main` which will include a subdirectory for each container that you wish to deploy.
2222

2323
- `src/main/docker/` contains one folder per container for e.g. the mysql container would have a folder structure as follows:
2424
- mysql

0 commit comments

Comments
 (0)