This project configured with make script
make build [output will be in .bin/web-analyser]make run [default port is 8080] you can specify APP_PORT to run on specific port ex make run APP_PORT=8090make testmake build-image by default APP_PORT value is exposed from the containerDocker image is published to Docker hub through CD. You can find releases here
APP_PORT environment variable.docker run -it -e APP_PORT=8080 deleema1/web-analyser
or you can map the expose port when you running the container.
docker run -it -p 8080:80 deleema1/web-analyser
make run to run the angular application in development mode.8080 if this is not the case you need to configure the web-analyser-client project environment file to point correct web-analyser port.Content type
Image
Digest
sha256:aa946b255…
Size
6 MB
Last updated
over 3 years ago
docker pull deleema1/web-analyser