Tabellepflege abgeschlossen, Entwicklung eingebunden, Basiswerte und CSS-Fixes
This commit is contained in:
7
www/lib/angular-chart.js/Dockerfile
Normal file
7
www/lib/angular-chart.js/Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM jtblin/debian-node-graphicsmagick:stretch-node-v4.4.7-gm-v1.3.24
|
||||
WORKDIR /src
|
||||
ADD . ./
|
||||
RUN chown -R node:node /src
|
||||
USER node
|
||||
RUN npm install
|
||||
CMD ["npm", "test"]
|
||||
Reference in New Issue
Block a user