Updted docker files

Signed-off-by: Taken <taken@mairimashita.org>
This commit is contained in:
2023-11-30 19:08:14 +01:00
parent 003b315d5e
commit 14b9079025
2 changed files with 11 additions and 0 deletions

6
Dockerfile.cache Normal file
View File

@@ -0,0 +1,6 @@
FROM node:20.9.0-alpine3.18
COPY package.json ./
COPY yarn.lock ./
RUN yarn install