Skip to content

Commit c4229d0

Browse files
committed
Add missing period
1 parent bd1d9cd commit c4229d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ CMD [ "/bot/typst-bot" ]
2121
ENV DB_PATH=/bot/sqlite/db.sqlite \
2222
CACHE_DIRECTORY=/bot/cache
2323

24-
# Create the necessary directories and the empty database file
24+
# Create the necessary directories and the empty database file.
2525
RUN mkdir -p /bot/sqlite /bot/cache && \
2626
touch /bot/sqlite/db.sqlite
2727

0 commit comments

Comments
 (0)