mirror of
https://github.com/catdevnull/preciazo.git
synced 2024-11-26 03:26:19 +00:00
instalar sqlite en scraper para debuggear
This commit is contained in:
parent
b3201e7ed7
commit
3690f63405
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
FROM docker.io/oven/bun:1-alpine
|
||||
RUN apk add --no-cache sqlite
|
||||
COPY build/ .
|
||||
RUN bun i
|
||||
EXPOSE 3000
|
||||
|
|
Loading…
Reference in a new issue