|
Last change
on this file since 19110 was 18801, checked in by taylor.smock, 2 years ago |
|
Fix #22832: Code cleanup and some simplification, documentation fixes (patch by gaben)
There should not be any functional changes in this patch; it is intended to do
the following:
- Simplify and cleanup code (example:
Arrays.asList(item) -> Collections.singletonList(item))
- Fix typos in documentation (which also corrects the documentation to match what actually happens, in some cases)
|
|
File size:
177 bytes
|
| Line | |
|---|
| 1 | #!/bin/bash
|
|---|
| 2 |
|
|---|
| 3 | docker build . -t josm/josm
|
|---|
| 4 | mkdir -p test/report
|
|---|
| 5 | docker run -it --name josm -v "$(pwd)"/test/report:/josm/test/report josm/josm
|
|---|
| 6 | docker rm josm
|
|---|
| 7 | docker rmi josm/josm
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.