3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-15 05:41:51 +00:00

fix: remove debug commands from backend/Dockerfile

This commit is contained in:
Ruby Star 2023-07-02 16:22:44 +04:00 committed by GitHub
parent be40bbae9c
commit 979fb68953
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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