I've just finished setup following the Instructions and found error in Dockerfile:
ADD node-info.war /opt/wildfly/standalone/deployments/
and after build image and start container I get this error:
404 - Not Found
it should be:
ADD node-info.war /opt**/jboss**/wildfly/standalone/deployments/
I've just finished setup following the Instructions and found error in Dockerfile:
ADD node-info.war /opt/wildfly/standalone/deployments/and after build image and start container I get this error:
404 - Not Found
it should be:
ADD node-info.war /opt**/jboss**/wildfly/standalone/deployments/