From ada8d1aa29cc97e6b7ed625d9335189f32da005c Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Tue, 16 Oct 2018 20:08:03 -0400 Subject: [PATCH] Update websphere-liberty/content.md --- websphere-liberty/content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websphere-liberty/content.md b/websphere-liberty/content.md index 1d58d6314..e25803ea0 100644 --- a/websphere-liberty/content.md +++ b/websphere-liberty/content.md @@ -4,7 +4,7 @@ The images in this repository contain IBM WebSphere Application Server Liberty f ## Image User -This image runs by default with `USER 1001` (non-root), as part of `group 0`. All of the folders accessed by WebSphere Liberty been given the appropriate permission, but if your extending Dockerfile needs permission to another location you can simply temporarily switch into root and provide the needed permissions, example: +This image runs by default with `USER 1001` (non-root), as part of `group 0`. All of the folders accessed by WebSphere Liberty been given the appropriate permission, but if your extending Dockerfile needs permission to another location you can simply temporarily switch into root and provide the needed permissions, example: ```dockerfile USER root