Tabellepflege abgeschlossen, Entwicklung eingebunden, Basiswerte und CSS-Fixes
This commit is contained in:
15
www/lib/angular-chart.js/tmp/Dockerfile-alpine
Normal file
15
www/lib/angular-chart.js/tmp/Dockerfile-alpine
Normal file
@@ -0,0 +1,15 @@
|
||||
#FROM rafakato/alpine-graphicsmagick
|
||||
RUN apk add --update --no-cache \
|
||||
build-base \
|
||||
python \
|
||||
git \
|
||||
nodejs \
|
||||
curl \
|
||||
ca-certificates
|
||||
WORKDIR /src
|
||||
ADD . ./
|
||||
RUN adduser -S node
|
||||
RUN chown -R node /src
|
||||
USER node
|
||||
RUN npm install && npm install bower && ./node_modules/bower/bin/bower install
|
||||
CMD ["npm", "test"]
|
||||
Reference in New Issue
Block a user