3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-14 21:31:50 +00:00

Merge pull request #412 from rubyowo/patch-1

fix: remove debug commands from backend/Dockerfile
This commit is contained in:
Miikka 2023-07-02 19:35:28 +03:00 committed by GitHub
commit 5a4e50b19d
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