Skip to content

Commit

Permalink
fix: 🐋 docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatOneCalculator committed Jan 5, 2024
1 parent ea7ea52 commit eb7138a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit eb7138a

Please sign in to comment.