Files
node/Dockerfile
Valentin Silytuin c2c4e51db4 20.12-1.0.0
2024-04-18 12:20:22 +04:00

4 lines
101 B
Docker

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