diff --git a/Dockerfile b/Dockerfile index 99488b9..2b0002a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,2 +1,3 @@ FROM node:18.17-alpine3.18 RUN apk add --no-cache git openjdk17-jre-headless +CMD ["/bin/sh"]