Files
node/18.17/1.0.2/Dockerfile
2026-09-11 15:54:34 +04:00

6 lines
128 B
Docker

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