Skip to content

Commit

Permalink
fix docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Feb 27, 2024
1 parent b08df19 commit 4f7cbf7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM oven/bun as base
FROM base AS deps
WORKDIR /src
COPY package.json bun.lockb /src/
RUN cd /src && bun install --frozen-lockfile
RUN cd /src && bun install --production --frozen-lockfile --ignore-scripts

# Build
FROM base AS build
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"build": "nuxt build --preset bun",
"dev": "nuxt dev"
},
"devDependencies": {
"dependencies": {
"@nuxtjs/tailwindcss": "^6.11.4",
"@types/bun": "^1.0.8",
"nitropack": "npm:nitropack-nightly@latest",
Expand All @@ -15,7 +15,7 @@
"vue": "^3.4.19",
"vue-router": "^4.3.0"
},
"optionalDependencies": {
"devDependencies": {
"better-sqlite3": "^9.4.3"
},
"packageManager": "[email protected]"
Expand Down

0 comments on commit 4f7cbf7

Please sign in to comment.