diff --git a/Dockerfile b/Dockerfile index a2ce99f..29657e5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,8 +4,8 @@ FROM node:lts-bullseye-slim # Sets workspace folder WORKDIR /usr/src/app -# Copies both package.json and yarn.lock -COPY package*.json yarn.lock ./ +# Copies both package.json and +COPY package*.json ./ # Install app dependencies RUN yarn install