Skip to content

Wilmoth-Technologies/mayberry-mini-trucks-ui

Repository files navigation

Docker Build & Run

  1. Build the image: docker build . -t "{image_name}:v{version_of_image}"
  2. Run the Container: docker run -dp 3000:3000 {image_name}:v{version_of_image}
  3. Stop the Running Container: docker ps to get the ID and then docker stop {ID}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages