Skip to content

Commit 41336ad

Browse files
[ERSSUP-65884]-[]-[Upgrade node version]-[DMW]
1 parent e2918f3 commit 41336ad

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

sandbox/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
FROM node:16.14.2-alpine3.14
1+
FROM node:19.0.0-alpine
22

33
WORKDIR /app
44

55
COPY package*.json ./
66

7+
ENV npm_config_cache ./.npm
78
RUN npm install --only=production
89

10+
911
COPY src ./src
1012
RUN chmod -R a+x /app
1113

0 commit comments

Comments
 (0)