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

add package lock

parent e17cd9f2
No related merge requests found
Pipeline #100226 passed with stage
in 3 minutes and 2 seconds
......@@ -10,7 +10,7 @@ WORKDIR /usr/src/app
COPY ./package.json /usr/src/app/
COPY ./package-lock.json /usr/src/app/
COPY ./pnpm-lock.json /usr/src/app/
COPY ./pnpm-lock.yaml /usr/src/app/
RUN pnpm install
COPY ./public /usr/src/app/public
......
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