This commit is contained in:
Rizky 2024-03-20 10:51:35 +07:00
parent ed613eb0d8
commit a1dcc474c5
4 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM oven/bun:1.0.32-debian as base FROM oven/bun:latest as base
WORKDIR /app/prasi WORKDIR /app/prasi
RUN apt-get update RUN apt-get update

BIN
bun.lockb

Binary file not shown.

BIN
dockerzip

Binary file not shown.

View File

@ -21,7 +21,7 @@
"dependencies": { "dependencies": {
"brotli-wasm": "^2.0.1", "brotli-wasm": "^2.0.1",
"exit-hook": "^4.0.0", "exit-hook": "^4.0.0",
"firebase-admin": "^11.11.0", "firebase-admin": "^12.0.0",
"prisma": "^5.8.1" "prisma": "^5.8.1"
} }
} }