Skip to content

Commit

Permalink
Add sqlite to server docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellrgn committed Feb 29, 2024
1 parent 492c9ea commit 4dacfca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
FROM denoland/deno:1.25.2
EXPOSE 8000
WORKDIR /app
USER root
RUN apt-get update && \
apt-get install -y sqlite3
USER deno
COPY --chown=deno deps.ts .
RUN deno cache deps.ts
Expand Down

0 comments on commit 4dacfca

Please sign in to comment.