Skip to content

Commit adddb1d

Browse files
authored
Merge pull request #13 from CROW-B3/CROW-136-https-github-com-crow-b-3-rogue-store-migrate-rogue-store-from-pnpm-to-bun
2 parents 935d01f + ca8a691 commit adddb1d

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

.dockerignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
# Dependencies
22
node_modules
3-
.pnpm-store
43
npm-debug.log*
54
yarn-debug.log*
65
yarn-error.log*
7-
pnpm-debug.log*
86

97
# Testing
108
coverage

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ COPY . .
1313

1414
ENV NEXT_TELEMETRY_DISABLED=1
1515
ENV DOCKER_BUILD=true
16-
RUN bun run build
16+
RUN bun run build:docker
1717

1818
FROM oven/bun:1-alpine AS runner
1919
WORKDIR /app

bun.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"dev": "next dev --turbopack",
77
"build": "next build",
88
"build:cloudflare": "opennextjs-cloudflare build",
9+
"build:docker": "next build",
910
"start": "next start",
1011
"lint": "eslint .",
1112
"lint:fix": "eslint . --fix",
@@ -25,7 +26,7 @@
2526
},
2627
"dependencies": {
2728
"@b3-crow/website-hook-sdk": "^0.0.9",
28-
"@opennextjs/cloudflare": "^1.3.0",
29+
"@opennextjs/cloudflare": "^1.14.7",
2930
"@radix-ui/react-checkbox": "^1.3.3",
3031
"@radix-ui/react-separator": "^1.1.8",
3132
"@radix-ui/react-slot": "^1.2.4",

0 commit comments

Comments
 (0)