On a Unix (Mac and Linux) machine, run:
bash run.sh
orchmod +x run.sh && ./run.sh
, this build and tags the image and runs the container in interactive mode.
On a Windows machine, run:
docker build -t babiiee .
, which builds and tags the image.docker run -it babiiee
, runs the container in interactive mode.
Run yarn start -h