4 lines
91 B
Docker
4 lines
91 B
Docker
FROM openjdk:8-jdk-alpine
|
|
|
|
RUN apk add --no-cache npm
|
|
RUN npm install -g typescript typedoc |