Skip to content

Commit

Permalink
fix: Docker build on arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
michael1011 committed Nov 1, 2024
1 parent 723f072 commit 02473bd
Show file tree
Hide file tree
Showing 3 changed files with 4,066 additions and 3,521 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules/
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM node:20 AS builder

RUN npm i -g npm

WORKDIR /app

COPY package.json package-lock.json ./
Expand Down
Loading

0 comments on commit 02473bd

Please sign in to comment.