This commit is contained in:
Lee 2023-01-06 23:00:20 +00:00
parent d19e1e1ada
commit 64dd7af659
No known key found for this signature in database
GPG Key ID: 6EA25896ECCB3121

@ -8,7 +8,7 @@ WORKDIR /app
COPY package.json yarn.lock* package-lock.json* pnpm-lock.yaml* ./
# Copy cached files
COPY node_modules ./
#COPY node_modules ./
RUN npm i