Skip to content

Commit 919d2fe

Browse files
committed
test
1 parent 3d2cf6e commit 919d2fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
FROM node:18-alpine
22
WORKDIR /app
33
COPY package.json package-lock.json ./
4+
RUN npm install --legacy-peer-deps && npm install --save-dev rollup
45
COPY . .
56
RUN npm run build
67
CMD ["npm", "start"]

0 commit comments

Comments
 (0)