Signed-off-by: Taken <taken@mairimashita.org>
This commit is contained in:
2024-09-03 22:09:39 +02:00
parent 099c8dbd25
commit a4287c25ef

View File

@@ -1,4 +1,4 @@
FROM node-cache as cache
FROM node-cache AS cache
FROM node:21.7.3-alpine3.18
COPY --from=cache /cache/node_modules /app/node_modules