diff --git a/Dockerfile b/Dockerfile index 5248070..d2f2b20 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,8 +3,6 @@ FROM node:18-alpine # Create app directory WORKDIR /usr/src/app -RUN npm install -g yarn - # Install app dependencies # A wildcard is used to ensure both package.json AND package-lock.json are copied # where available (npm@5+) and yarn.lock because we are using yarn