Closed DanBrown47 closed 2 years ago
Dockerize the application
Fixes #835
Tested Dockerfile by building and running a docker container. Verified the front-end.
Instructions to reproduce
docker build -t <tag-name> .
docker run -it --rm -p3000:3000 -t <tag-name>
OS : Ubuntu 21.04 Docker Version: Docker version 20.10.7, build 20.10.7-0ubuntu5.1
Pull Request Template
Description
Dockerize the application
Fixes #835
Type of change
How Has This Been Tested?
Tested Dockerfile by building and running a docker container. Verified the front-end.
Instructions to reproduce
docker build -t <tag-name> .
to build the containerdocker run -it --rm -p3000:3000 -t <tag-name>
OS : Ubuntu 21.04 Docker Version: Docker version 20.10.7, build 20.10.7-0ubuntu5.1
Checklist: