18.17-2.0.0
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
FROM node:18.17-alpine3.18
|
FROM node:18.17-alpine3.18
|
||||||
RUN apk add --no-cache git openjdk17-jre-headless openssh
|
RUN apk add --no-cache git openjdk17-jre-headless openssh
|
||||||
|
WORKDIR /app
|
||||||
|
ENV HOME=/app
|
||||||
CMD ["/bin/sh"]
|
CMD ["/bin/sh"]
|
||||||
|
|||||||
3
18.17/2.0.0/Dockerfile
Normal file
3
18.17/2.0.0/Dockerfile
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
FROM node:18.17-alpine3.18
|
||||||
|
RUN apk add --no-cache git openjdk17-jre-headless openssh
|
||||||
|
CMD ["/bin/sh"]
|
||||||
Reference in New Issue
Block a user