1
0
mirror of https://github.com/malumantovanelli/econocart.git synced 2024-07-05 00:40:15 +00:00
econocart/Dockerfile
2017-04-03 10:36:04 -03:00

10 lines
376 B
Docker

FROM sonarqube:6.0
MAINTAINER David Recuenco <https://github.com/RecuencoJones>
ENV TSPLUGIN_URL="https://github.com/Pablissimo/SonarTsPlugin" \
TSPLUGIN_VERSION=0.9 \
TSPLUGIN_NAME="sonar-typescript-plugin"
ADD $TSPLUGIN_URL/releases/download/v$TSPLUGIN_VERSION/$TSPLUGIN_NAME-$TSPLUGIN_VERSION-SNAPSHOT.jar extensions/plugins/$TSPLUGIN_NAME-$TSPLUGIN_VERSION.jar