Skip to content

Files

Latest commit

1a4f6da · Jun 8, 2020

History

History

example5

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jun 8, 2020
Jun 8, 2020

Angular example

ng new testApp

docker build -t myapp .
docker run -p 8080:80 myapp

docker image ls