I have war file which consist of javascript,html code and a Dockerfile.How should I convert it into the Docker image ? Do I need to make any changes in the Dockerfile ? Or should I just write the following command and it will work ?
Command: COPY //techpoint.war /usr/local/tomcat/webapps/techpoint.war