6
Dockerfile.cache
Normal file
6
Dockerfile.cache
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM node:20.9.0-alpine3.18
|
||||
|
||||
COPY package.json ./
|
||||
COPY yarn.lock ./
|
||||
|
||||
RUN yarn install
|
||||
Reference in New Issue
Block a user