GitXplorerGitXplorer
W

weihanli.github.io

public
7 stars
1 forks
0 issues

Commits

List of commits on branch angular.
Unverified
2cff29c1b6afa19f08dca0a65aaea128b712044c

update deployment

WWeihanLi committed a year ago
Unverified
b78b7047e30b4d10a90a00798e106e747968fd0a

update manifests

WWeihanLi committed a year ago
Verified
ae9c1c17b6e7c49d4c377a35561424b4389a2255

Update service.yml

WWeihanLi committed 2 years ago
Verified
9076444e7bd87e2380170743b430ca00f913a8f1

Update ingress.yml

WWeihanLi committed 2 years ago
Verified
3ef20398039ed01a27cd771ccb6dbc5a5735b4a8

Update README.md

WWeihanLi committed 2 years ago
Verified
1876c226f73f1ab3b73087b252c3e9da902f9981

Delete deploytoAksCluster.yml

WWeihanLi committed 3 years ago

README

The README file for this repository.

WeihanLi-homepage

WeihanLi's homepage powered by angular.

Develop

run ng serve on the shell or command line

Docker support

Build docker image

docker build -t weihanli/homepage .

Run docker image

# specific export 5200
docker run -d -p 5200:80 --name weihanli-homepage-demo weihanli/homepage

# whatever exported port
docker run -d -P --name weihanli-homepage-demo weihanli/homepage

docker-compose up -d