Skip to content

Commit

Permalink
remove broken container cmd
Browse files Browse the repository at this point in the history
Signed-off-by: MarkAckert <[email protected]>
  • Loading branch information
MarkAckert committed Feb 26, 2024
1 parent 91d4f5c commit 3ec8328
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ COPY --chown=zowe:zowe component .
# build component
# pretty same as .pax/prepare-workspace.sh. any way we can merge?
RUN npm ci --no-audit --ignore-scripts \
&& npm install -g [email protected] \
&& npm run prod \
&& mkdir -p final/web \
&& cp README.md final \
Expand Down

0 comments on commit 3ec8328

Please sign in to comment.