1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/web/ synced 2025-03-09 00:00:01 +01:00

install Git for installation of Pintura NPM

This commit is contained in:
Steffen Vogel 2019-05-14 11:07:43 +02:00
parent 284c277436
commit 790e9a2c4b

View file

@ -4,6 +4,8 @@ FROM node:8.2
RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app
RUN apt install -y git
# use changes to package.json to force Docker not to use the cache
# when we change our application's nodejs dependencies:
ADD package.json /usr/src/app