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 3d2cf6e commit 919d2feCopy full SHA for 919d2fe
Dockerfile
@@ -1,6 +1,7 @@
1
FROM node:18-alpine
2
WORKDIR /app
3
COPY package.json package-lock.json ./
4
+RUN npm install --legacy-peer-deps && npm install --save-dev rollup
5
COPY . .
6
RUN npm run build
7
CMD ["npm", "start"]
0 commit comments