Skip to content

Commit

Permalink
Add missing period
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfbacon committed Aug 6, 2024
1 parent bd1d9cd commit c4229d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c4229d0

Please sign in to comment.