- Docker
docker build -t pontormo .
docker run pontormo -it -p <port>:<port>
Ctrl-C will close the server and save registered users to out.csv
.
The Config.toml
file is used to configure background color.
Pontormo will show the image at assets/logo.png
in the footer, place here your logo if you want it to be displayed.
The Rocket.toml
file is used to configure port, address and other server related options (see Rocket).