You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 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.
44
44
# Only available in 'kernel-slim'. The 'full' tag already includes all features for convenience.
45
45
RUN features.sh
46
46
47
47
# Add app
48
48
COPY --chown=1001:0 Sample1.war /config/dropins/
49
49
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
0 commit comments