Skip to content
Snippets Groups Projects
Commit e17cd9f2 authored by Quentin Bramas's avatar Quentin Bramas
Browse files

add package lock

parent 40d111bd
Branches
No related merge requests found
Pipeline #100224 failed with stage
in 2 minutes and 11 seconds
......@@ -9,6 +9,8 @@ RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app
COPY ./package.json /usr/src/app/
COPY ./package-lock.json /usr/src/app/
COPY ./pnpm-lock.json /usr/src/app/
RUN pnpm install
COPY ./public /usr/src/app/public
......
This diff is collapsed.
This diff is collapsed.
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment