diff --git a/Dockerfile b/Dockerfile index c5c8264..c7caa24 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,7 @@ WORKDIR /usr/src/app # where available (npm@5+) COPY package*.json ./ RUN yarn +RUN yarn build # If you are building your code for production # RUN npm ci --only=production # Bundle app source