diff --git a/Dockerfile b/Dockerfile index ccea11d..730e5bc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,5 @@ FROM jitesoft/node-yarn COPY . /app WORKDIR /app/web +RUN npm install CMD ["yarn","dev"] \ No newline at end of file