Skip to content

Commit

Permalink
Merge pull request #12 from matt8707/developer
Browse files Browse the repository at this point in the history
test bump node
  • Loading branch information
matt8707 authored Dec 27, 2023
2 parents bd82152 + 95e3fdb commit 0cd57ba
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64,linux/arm64/v8
platforms: linux/amd64,linux/arm64
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM node:18-alpine AS builder
FROM node:20-alpine AS builder
WORKDIR /app
COPY package*.json .
RUN npm install --verbose
COPY . .
RUN npm run build --no-cache
RUN npm prune --omit=dev

FROM node:18-alpine
FROM node:20-alpine
WORKDIR /app
COPY --from=builder /app/build ./build
COPY --from=builder /app/node_modules ./node_modules
Expand Down
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
},
"devDependencies": {
"@iconify/svelte": "^3.1.6",
"@rollup/wasm-node": "^4.9.1",
"@sveltejs/adapter-node": "^2.0.2",
"@sveltejs/kit": "^2.0.6",
"@sveltejs/vite-plugin-svelte": "^3.0.1",
Expand Down Expand Up @@ -65,8 +64,5 @@
"svelte-dnd-action": "^0.9.38",
"svelte-modals": "^1.3.0",
"svelte-ripple": "^0.1.1"
},
"overrides": {
"rollup": "npm:@rollup/wasm-node"
}
}
11 changes: 0 additions & 11 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 0cd57ba

Please sign in to comment.