File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1- FROM node:20.19.3@sha256:68d27797e56fa39248e0372b1017075c11f3a81b5baa2daa7d23af4b3f8f6918 as build-console
1+ FROM node:20.19.3@sha256:2c3f34d2d28e4c13b26f7244c653527d15544626e85b1a21fb67a95ba4df9a01 as build-console
22
33WORKDIR /home/node/app/console
44COPY ./console/package.json ./console/package-lock.json /home/node/app/console/
55RUN npm ci --no-audit
66COPY ./console /home/node/app/console
77RUN npm run build
88
9- FROM node:20.19.3@sha256:68d27797e56fa39248e0372b1017075c11f3a81b5baa2daa7d23af4b3f8f6918 as build-server
9+ FROM node:20.19.3@sha256:2c3f34d2d28e4c13b26f7244c653527d15544626e85b1a21fb67a95ba4df9a01 as build-server
1010
1111WORKDIR /home/node/app
1212COPY ./server/package.json ./server/package-lock.json /home/node/app/
You can’t perform that action at this time.
0 commit comments