diff --git a/bob_party/Dockerfile b/bob_party/Dockerfile index 2fe3e5b..7a49595 100644 --- a/bob_party/Dockerfile +++ b/bob_party/Dockerfile @@ -5,7 +5,7 @@ FROM node:latest # Install app dependencies # A wildcard is used to ensure both package.json AND package-lock.json are copied # where available (npm@5+) -COPY package*.json ./ +COPY package*.json . RUN yarn # If you are building your code for production