Add login

This commit is contained in:
2020-11-13 00:30:39 +01:00
parent fdab612863
commit 9b9cc4e0bd
8 changed files with 333 additions and 24 deletions

View File

@ -24,6 +24,7 @@ FROM scratch
ENV ROCKET_ENV="staging"
ENV ROCKET_TEMPLATE_DIR="/templates"
ENV DB_PATH="/database"
VOLUME "/database"