Files
node/18.17/2.0.0/Dockerfile
2026-09-11 15:55:27 +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"]