Frozen files
This commit is contained in:
parent
d2b4d046df
commit
94ef553982
@ -12,7 +12,7 @@ WORKDIR /app
|
||||
COPY package.json pnpm-lock.yaml ./
|
||||
|
||||
# Install dependencies
|
||||
RUN pnpm install
|
||||
RUN pnpm install --frozen-lockfile
|
||||
|
||||
# Copy the rest of the files
|
||||
COPY . .
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user