Skip to content

Commit 9fd8e6c

Browse files
committed
switch to glibc
1 parent 919d2fe commit 9fd8e6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
FROM node:18-alpine
1+
FROM node:18-bullseye
22
WORKDIR /app
33
COPY package.json package-lock.json ./
4-
RUN npm install --legacy-peer-deps && npm install --save-dev rollup
4+
RUN npm install --legacy-peer-deps
55
COPY . .
66
RUN npm run build
77
CMD ["npm", "start"]

0 commit comments

Comments
 (0)