diff --git a/docker/red-ui/Dockerfile b/docker/red-ui/Dockerfile index b0665a796..0445a4345 100644 --- a/docker/red-ui/Dockerfile +++ b/docker/red-ui/Dockerfile @@ -1,9 +1,5 @@ FROM node:18.12-buster as prep -RUN ls -al -RUN cat .dockerenv -RUN printenv - RUN apt-get update && apt-get install -y jq COPY package.json /tmp