st58594/dt
Web app in Vaadin Flow for study purposes.
38
Tomcat Web Server starts on port 8888 (HTTP) with a context path "". To map the docker container port 8888 you can use for example this command:
docker run -p 8080:8888 st58594/dt:latest
Then you can visit:
docker pull st58594/dt