Skip to content

Commit

Permalink
fix: remove debug commands from backend/Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rubyowo authored Jul 2, 2023
1 parent be40bba commit 979fb68
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker/production/backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 979fb68

Please sign in to comment.