needs git too

This commit is contained in:
2019-04-04 21:01:12 +11:00
parent b576ccba5f
commit 3662c8ac7c

View File

@@ -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