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
{{ message }}
This repository was archived by the owner on Jun 2, 2023. It is now read-only.
RUN installUtility install --acceptLicense defaultServer
#checks if the sample app is being built on power architecture, pulls a pre-built .war file if so due to missing modules on PPC
RUN if (uname -a | grep -i "PPC\|power"); then wget https://github.com./WASdev/sample.microservicebuilder.web-app/releases/download/1.0/web-application-1.0.0-SNAPSHOT.war -O /opt/ibm/wlp/usr/servers/defaultServer/apps/web-application-1.0.0-SNAPSHOT.war; fi