fix: 🐋 docker build

This commit is contained in:
ThatOneCalculator 2024-01-04 20:13:50 -08:00
parent ea7ea52ba3
commit eb7138ab9f
No known key found for this signature in database
GPG Key ID: 8703CACD01000000
3 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ WORKDIR /app
COPY package.json package-lock.json ./
COPY . .
RUN bun install --frozen-lockfile
RUN bun install
RUN bun run build
FROM python:3.11-slim-buster as base

BIN
bun.lockb

Binary file not shown.

View File

@ -18,7 +18,7 @@
"devDependencies": {
"@sveltejs/adapter-auto": "^2.0.0",
"@sveltejs/adapter-static": "^2.0.3",
"@sveltejs/kit": "^1.20.4",
"@sveltejs/kit": "^1.30.0",
"@tailwindcss/typography": "^0.5.10",
"@types/bun": "latest",
"@typescript-eslint/eslint-plugin": "^6.17.0",