Skip to content

Commit 71201c8

Browse files
committed
add cli for cache database
1 parent b78978e commit 71201c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

other/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ ENV PRISMA_SCHEMA_DISABLE_ADVISORY_LOCK = "1"
6969

7070
# add shortcut for connecting to database CLI
7171
RUN echo "#!/bin/sh\nset -x\nsqlite3 \$DATABASE_URL" > /usr/local/bin/database-cli && chmod +x /usr/local/bin/database-cli
72+
# and one for the cache database
73+
RUN echo "#!/bin/sh\nset -x\nsqlite3 \$CACHE_DATABASE_URL" > /usr/local/bin/cache-database-cli && chmod +x /usr/local/bin/cache-database-cli
7274

7375
WORKDIR /myapp
7476

0 commit comments

Comments
 (0)