Frozen file ?

This commit is contained in:
Théo 2023-05-16 15:26:28 +02:00
parent 4dff417442
commit a731054401

View file

@ -11,7 +11,7 @@ ENV NODE_ENV=production \
PORT=3000 PORT=3000
RUN npm install -g pnpm && \ RUN npm install -g pnpm && \
pnpm install --frozen-lockfile pnpm install
COPY . . COPY . .