npm run build
npm start
docker build -t nameofimage .
Assuming You are within the same folder. If not, replace the '.' with the path to the folder.
docker run -p 80:8080 nameofimage
This will start the container with the local port of 80.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
npm run build
npm start
docker build -t nameofimage .
Assuming You are within the same folder. If not, replace the '.' with the path to the folder.
docker run -p 80:8080 nameofimage
This will start the container with the local port of 80.