diff --git a/Dockerfile b/Dockerfile index d8ce2ba..e9bec4b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,7 @@ WORKDIR /app COPY package.json /app # We then run npm install to install # express for our application +RUN apt-get install --assume-yes git RUN npm install # We then copy the rest of our application # to the app direcoty