Follow these steps to install Docker. If you are using a Chromebook or Pixelbook, you may need to Install Docker Engine on Debian.
Clone this repo and cd into the directory containing the Dockerfile for the frontend (the frontend
folder in the repo).
Run
./run-after-changing-packages.sh
.
To verify that your image built successfully, run
docker image ls
and look for spelman-dashboard-frontend
.
Run
docker compose up
to start the container. docker compose
simplifies docker run
by interpreting command line args from docker-compose.yaml
rather than as CLI flags.
Navigate to localhost:8080
in your browser to confirm the results.
-d
: Runs Docker container in the background
--name
: Specifies a container name