Skip to content

Commit

Permalink
Fix npm run build
Browse files Browse the repository at this point in the history
  • Loading branch information
tomijange committed Nov 2, 2023
1 parent ef61125 commit 9bbfbb2
Show file tree
Hide file tree
Showing 4 changed files with 15,470 additions and 4 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.DS_Store
node_modules
package-lock.json
build
.env
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM node:10 AS builder
FROM node:14 AS builder

WORKDIR /app

COPY package.json ./
COPY package.json package-lock.json ./

RUN npm install

Expand Down
Loading

0 comments on commit 9bbfbb2

Please sign in to comment.