diff --git a/Dockerfile b/Dockerfile index 3250f2f..c122e11 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM node:latest - +COPY . . RUN yarn install