The goal to this project is to show what is an horible Dockerfile.
yarn install
yarn serve
yarn build
docker build -t horribledocker:1.0.0 .
docker run -p 8000:80 horribledocker:1.0.0
Then Go to http://localhost:8000/
| Name | Name | Last commit date | ||
|---|---|---|---|---|
The goal to this project is to show what is an horible Dockerfile.
yarn install
yarn serve
yarn build
docker build -t horribledocker:1.0.0 .
docker run -p 8000:80 horribledocker:1.0.0
Then Go to http://localhost:8000/