yarn dev
Open http://localhost:3000 with your browser to see the result.
Build a Docker image
docker build -t scan .
Run the Docker image
docker run -p 8095:8095 --env-file .env -it scan
yarn dev
Open http://localhost:3000 with your browser to see the result.
Build a Docker image
docker build -t scan .
Run the Docker image
docker run -p 8095:8095 --env-file .env -it scan