diff --git a/18.17/1.0.2/Dockerfile b/18.17/1.0.2/Dockerfile index cfe24c9..c09facb 100644 --- a/18.17/1.0.2/Dockerfile +++ b/18.17/1.0.2/Dockerfile @@ -1,5 +1,3 @@ FROM node:18.17-alpine3.18 RUN apk add --no-cache git openjdk17-jre-headless openssh -WORKDIR /app -ENV HOME=/app CMD ["/bin/sh"] diff --git a/18.17/2.0.0/Dockerfile b/18.17/2.0.0/Dockerfile index c09facb..cfe24c9 100644 --- a/18.17/2.0.0/Dockerfile +++ b/18.17/2.0.0/Dockerfile @@ -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"]