Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 723 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 723 Bytes

01 Student Tester

A simple tool that helps testing quests/exams/...

How to Run

this will take a while to download it if its the first time so wait until you see listening on http://localhost:3000

docker run --name tester -p 3000:3000 ghcr.io/extbh/01studenttester:latest

and to stop it

docker stop tester

then you can start it anytime with

docker start tester

What to do when a new update happens?

  1. Stop and delete container and image
docker stop tester
docker rm tester
docker rmi ghcr.io/extbh/01studenttester:latest
  1. Run again
docker run --name tester -p 3000:3000 ghcr.io/extbh/01studenttester:latest