Dockerize, typos

This commit is contained in:
Maxime Augier 2025-02-16 01:21:45 +01:00
parent e360c3d487
commit 797eb80ec1
2 changed files with 7 additions and 4 deletions

2
Dockerfile Normal file
View File

@ -0,0 +1,2 @@
FROM node:20
EXPOSE 3000

View File

@ -7,9 +7,10 @@ npm install
PASSWORD=my_admin_password node index.js PASSWORD=my_admin_password node index.js
``` ```
Point your students to the root URL Point your students to the root URL.
Go to `/login` to login with the admin password Go to `/login` to login with the admin password.
Go to `/choices` to start a poll (admin only)
Going to /#abstain will skip the vote and go straight to the results. Go to `/choices` to start a poll (admin only).
Going to `/#abstain` will skip the vote and go straight to the results.