diff --git a/Dockerfile b/Dockerfile index 4cf4de0..6b0a3e2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,6 @@ FROM base as build WORKDIR /app RUN npm install -g pm2 -RUN npm install -g yarn COPY package*.json ./