mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-15 05:41:51 +00:00
Merge pull request #412 from rubyowo/patch-1
fix: remove debug commands from backend/Dockerfile
This commit is contained in:
commit
5a4e50b19d
1 changed files with 0 additions and 2 deletions
|
@ -4,6 +4,4 @@ USER node
|
||||||
COPY --chown=node:node . /zeppelin
|
COPY --chown=node:node . /zeppelin
|
||||||
|
|
||||||
WORKDIR /zeppelin/backend
|
WORKDIR /zeppelin/backend
|
||||||
RUN ls -lah
|
|
||||||
RUN pwd
|
|
||||||
RUN npm ci && npm run build
|
RUN npm ci && npm run build
|
||||||
|
|
Loading…
Add table
Reference in a new issue