From c4229d06a168a15e74023590636283c874d45fad Mon Sep 17 00:00:00 2001 From: Matt Fellenz Date: Mon, 5 Aug 2024 21:16:08 -0700 Subject: [PATCH] Add missing period --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d4299a9..800c106 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ CMD [ "/bot/typst-bot" ] ENV DB_PATH=/bot/sqlite/db.sqlite \ CACHE_DIRECTORY=/bot/cache -# Create the necessary directories and the empty database file +# Create the necessary directories and the empty database file. RUN mkdir -p /bot/sqlite /bot/cache && \ touch /bot/sqlite/db.sqlite