Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 221 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 221 Bytes

Run Shop Web client

  1. Build the image
docker build -t be-natty-shop-web-client .
  1. Run the container
docker run --name be-natty-shop-web-client -d -p 3000:8081 be-natty-shop-web-client