diff --git a/docker/production/nginx/Dockerfile b/docker/production/nginx/Dockerfile index 32883f34..954cec66 100644 --- a/docker/production/nginx/Dockerfile +++ b/docker/production/nginx/Dockerfile @@ -4,8 +4,6 @@ USER node COPY --chown=node:node . /zeppelin WORKDIR /zeppelin/dashboard -RUN ls -lah -RUN pwd RUN npm ci && npm run build FROM nginx