Skip to content

tocw86/jsp-apache-angular

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker with JSP Apache Tomcat and Angular

Installation

cd frontend && npm run build
docker build -t jsp-tomcat-angular .
docker run -d -p 8080:8080 --name jsp-tomcat-angular jsp-tomcat-angular

Build

Run Angular build

cd frontend && npm run build

Stop All

docker stop $(docker ps -a -q)
docker rm jsp-tomcat-angular 

Restart all

chmod +x restart.sh
./restart.sh

Working

After changing angular code you must run npm run build and restart.sh

About

Docker with JSP Apache Tomcat and Angular

Resources

Stars

Watchers

Forks

Packages

No packages published