Skip to content

Commit

Permalink
remove useless yarn licenses from dockerfile [ci:force] (#9541)
Browse files Browse the repository at this point in the history
  • Loading branch information
DenysVuika authored Apr 11, 2024
1 parent 96be5a5 commit 8cf872b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ FROM node:18.16-alpine3.17 AS builder
WORKDIR /usr/src/alfresco
COPY package.json package.json

RUN mkdir -p ./licenses && \
yarn licenses list > ./licenses/licenses.txt && \
yarn licenses generate-disclaimer > ./licenses/disclaimer.txt

# 2. Generate image

FROM nginxinc/nginx-unprivileged:1.21-alpine
Expand Down

0 comments on commit 8cf872b

Please sign in to comment.