Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 333 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 333 Bytes

Virti Video Test

Instructions

# Install dependencies
yarn install

# Run the app
yarn start

Docker

# Build the image after cloning the repo
docker build -t <image name> .

# Then run a container from the image
docker run -it -dp <host port>:80 --name <name of container> <name of image>