Files
node/Dockerfile
Valentin Silytuin abcba7bd6b 18.17-1.0.1
2023-09-04 13:03:01 +04:00

4 lines
93 B
Docker

FROM node:18.17-alpine3.18
RUN apk add --no-cache git openjdk17-jre-headless
CMD ["/bin/sh"]