Skip to content
This repository was archived by the owner on Mar 8, 2022. It is now read-only.

Commit 3d3e07d

Browse files
committed
README improvements
1 parent 75178c0 commit 3d3e07d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ Image contains only Java Runtime Environment, so you must have compiled Java app
1313
## Usage
1414
Image have docker *USER* named **app** so you can use it for your application.
1515

16-
Check [example](https://github.com/GoodforGod/docker-alpine-jre8-oracle/tree/master/example) folder for *Dockerfile* example of using image.
16+
Just add code below in your *Dockerfile* to use start your application as a user *app*
17+
```
18+
USER app
19+
```
1720

21+
Check [example](https://github.com/GoodforGod/docker-alpine-jre8-oracle/tree/master/example) folder for *Dockerfile* example of image usage.
1822

0 commit comments

Comments
 (0)