diff --git a/sitio/Containerfile b/sitio/Containerfile index 53bf8e0..84a72bf 100644 --- a/sitio/Containerfile +++ b/sitio/Containerfile @@ -1,4 +1,5 @@ FROM docker.io/oven/bun:1-alpine +RUN apk add --no-cache sqlite COPY build/ . RUN bun i EXPOSE 3000