Fix 22.20-2.0.0

This commit is contained in:
2026-09-11 15:54:14 +04:00
parent 03e540d2e2
commit 910609de39

View File

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