Skip to content

Commit 2f14534

Browse files
kabicinKirby Chin
authored andcommitted
Update sample Dockerfile based on new ifix procedure
1 parent 8a80e19 commit 2f14534

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ COPY --chown=1001:0 featureUtility.properties /opt/ol/wlp/etc/
4040
# Add interim fixes (optional)
4141
COPY --chown=1001:0 interim-fixes /opt/ol/fixes/
4242

43-
# This script will add the requested XML snippets to enable Liberty features and grow image to be fit-for-purpose using featureUtility.
43+
# This script will add the requested XML snippets to enable Liberty features, grow image to be fit-for-purpose using featureUtility and apply any interim fixes.
4444
# Only available in 'kernel-slim'. The 'full' tag already includes all features for convenience.
4545
RUN features.sh
4646

4747
# Add app
4848
COPY --chown=1001:0 Sample1.war /config/dropins/
4949

50-
# This script will add the requested server configurations, apply any interim fixes and populate caches to optimize runtime
50+
# This script will add the requested server configurations and populate caches to optimize runtime
5151
RUN configure.sh
5252
```
5353

0 commit comments

Comments
 (0)