copy the war file into wildfly images without extract the war file
FROM jboss/wildfly
ADD your-awesome-app.war /opt/jboss/wildfly/standalone/deployments/
when i add my war file into the docker images the war file auto extract. then make the wildfly service fail to start
what i gonna ask is how to add the war file without extract the war file