diff --git a/Dockerfile b/Dockerfile index ddf41a6..520551f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ COPY .pnp.loader.mjs . COPY .yarn ./.yarn -RUN yarn install -g pm2 +RUN npm install -g pm2 RUN yarn install COPY . .