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 the image to be fit-for-purpose using featureUtility.
44
-
RUN features.sh
45
-
46
43
# Add interim fixes (optional)
47
44
COPY --chown=1001:0 interim-fixes /opt/ibm/fixes/
48
45
46
+
# This script will add the requested XML snippets to enable Liberty features, grow the image to be fit-for-purpose using featureUtility and apply any interim fixes.
47
+
RUN features.sh
48
+
49
49
# Add application
50
50
COPY --chown=1001:0 Sample1.war /config/dropins/
51
51
52
-
# This script will add the requested server configurations, apply any interim fixes and populate caches to optimize runtime
52
+
# This script will add the requested server configurations and populate caches to optimize runtime
0 commit comments