Files
node/Dockerfile
Valentin Silyutin a0ac6ec9e0 22.20-1.0.0
2025-09-26 10:50:26 +04:00

4 lines
101 B
Docker

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