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.
2 parents 4df94a6 + aea769b commit cbad06dCopy full SHA for cbad06d
Dockerfile
@@ -1,8 +1,9 @@
1
-FROM node:14.15.3-alpine3.12
+FROM node:18.15.0-alpine3.17
2
WORKDIR /usr/src/app
3
COPY . .
4
RUN apk update && \
5
apk add --no-cache firefox-esr && \
6
+ npm ci && \
7
npm install lodash && \
8
npm install --loglevel=error
9
EXPOSE 9005
0 commit comments