Fixing formatting

Signed-off-by: Arthur De Magalhaes <ademagalhaes@gmail.com>
This commit is contained in:
Arthur De Magalhaes 2018-11-05 11:23:04 -05:00
parent e51b32e244
commit 3c727e4723
1 changed files with 11 additions and 10 deletions

View File

@ -84,6 +84,7 @@ If you want to start with one of the pre-packaged tags you do not need to run `i
FROM %%IMAGE%%:microprofile2 FROM %%IMAGE%%:microprofile2
COPY --chown=1001:0 Sample1.war /config/dropins/ COPY --chown=1001:0 Sample1.war /config/dropins/
``` ```
You can then build and run this image: You can then build and run this image:
```console ```console