This repository has been archived on 2023-11-26. You can view files and clone it, but cannot push or open issues or pull requests.
ScriptCraft/Dockerfile
2020-04-25 09:33:17 -04:00

4 lines
91 B
Docker

FROM openjdk:8-jdk-alpine
RUN apk add --no-cache npm
RUN npm install -g typescript typedoc