Skip to content

Commit

Permalink
Merge pull request #412 from rubyowo/patch-1
Browse files Browse the repository at this point in the history
fix: remove debug commands from backend/Dockerfile
  • Loading branch information
Dragory authored Jul 2, 2023
2 parents 47886f8 + 979fb68 commit 5a4e50b
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 5a4e50b

Please sign in to comment.