diff --git a/Dockerfile b/Dockerfile index fc6aced..b700d57 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ RUN mkdir /app COPY package.json /app WORKDIR /app -COPY . . +COPY . /app RUN yarn RUN yarn build