We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 919d2fe commit 9fd8e6cCopy full SHA for 9fd8e6c
Dockerfile
@@ -1,7 +1,7 @@
1
-FROM node:18-alpine
+FROM node:18-bullseye
2
WORKDIR /app
3
COPY package.json package-lock.json ./
4
-RUN npm install --legacy-peer-deps && npm install --save-dev rollup
+RUN npm install --legacy-peer-deps
5
COPY . .
6
RUN npm run build
7
CMD ["npm", "start"]
0 commit comments