well x3
This commit is contained in:
@@ -5,6 +5,8 @@ FROM node:${NODE_VERSION}-alpine
|
||||
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
RUN mkdir -p attachments && chown -R node:node attachments
|
||||
|
||||
RUN --mount=type=bind,source=package.json,target=package.json \
|
||||
--mount=type=bind,source=package-lock.json,target=package-lock.json \
|
||||
--mount=type=cache,target=/root/.npm \
|
||||
|
||||
Reference in New Issue
Block a user