Skip to content

Commit

Permalink
mod: dockr
Browse files Browse the repository at this point in the history
  • Loading branch information
bennjii committed Sep 11, 2023
1 parent d4f4ff4 commit df6b383
Show file tree
Hide file tree
Showing 4 changed files with 71 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM oven/bun AS deps

WORKDIR /app
COPY package.json .
COPY pnpm-lock.yaml .
COPY bun.lockb .

RUN bun install

Expand Down
Binary file added bun.lockb
Binary file not shown.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"jotai": "^2.2.2",
"lodash": "^4.17.21",
"lucide-react": "^0.216.0",
"million": "2.6.0-beta.2",
"moment": "^2.29.4",
"nanoid": "^4.0.2",
"next": "13.4.13",
Expand Down
69 changes: 69 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit df6b383

Please sign in to comment.