3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-07-10 12:37:19 +00:00

clean up debug from ngix dockerfile

This commit is contained in:
Ruby Star 2023-07-03 17:21:45 +04:00 committed by GitHub
parent 5a4e50b19d
commit 0080a1f2d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,8 +4,6 @@ USER node
COPY --chown=node:node . /zeppelin COPY --chown=node:node . /zeppelin
WORKDIR /zeppelin/dashboard WORKDIR /zeppelin/dashboard
RUN ls -lah
RUN pwd
RUN npm ci && npm run build RUN npm ci && npm run build
FROM nginx FROM nginx