18.17-2.0.0

This commit is contained in:
2026-09-11 15:54:34 +04:00
parent 910609de39
commit bb4182b6af
2 changed files with 5 additions and 0 deletions

View File

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