Skip to content

Commit

Permalink
yarn doesn't care about project ownership
Browse files Browse the repository at this point in the history
  • Loading branch information
debdutdeb authored Nov 16, 2023
1 parent 4a848b9 commit 4f9f336
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion ee/apps/account-service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ WORKDIR /app/ee/apps/${SERVICE}

RUN apk update && \
apk --no-cache --virtual build-dependencies add g++ python3 make && \
yarn config set unsafe-perm true && \
yarn workspaces focus --production && \
rm -rf /var/cache/apk/* && \
apk del build-dependencies
Expand Down
1 change: 0 additions & 1 deletion ee/apps/authorization-service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ WORKDIR /app/ee/apps/${SERVICE}

RUN apk update && \
apk --no-cache --virtual build-dependencies add g++ python3 make && \
yarn config set unsafe-perm true && \
yarn workspaces focus --production && \
rm -rf /var/cache/apk/* && \
apk del build-dependencies
Expand Down
1 change: 0 additions & 1 deletion ee/apps/ddp-streamer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ WORKDIR /app/ee/apps/${SERVICE}

RUN apk update && \
apk --no-cache --virtual build-dependencies add g++ python3 make && \
yarn config set unsafe-perm true && \
yarn workspaces focus --production && \
rm -rf /var/cache/apk/* && \
apk del build-dependencies
Expand Down
1 change: 0 additions & 1 deletion ee/apps/omnichannel-transcript/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ WORKDIR /app/ee/apps/${SERVICE}

RUN apk update && \
apk --no-cache --virtual build-dependencies add g++ python3 make && \
yarn config set unsafe-perm true && \
yarn workspaces focus --production && \
rm -rf /var/cache/apk/* && \
apk del build-dependencies
Expand Down
1 change: 0 additions & 1 deletion ee/apps/presence-service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ WORKDIR /app/ee/apps/${SERVICE}

RUN apk update && \
apk --no-cache --virtual build-dependencies add g++ python3 make && \
yarn config set unsafe-perm true && \
yarn workspaces focus --production && \
rm -rf /var/cache/apk/* && \
apk del build-dependencies
Expand Down
1 change: 0 additions & 1 deletion ee/apps/queue-worker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ WORKDIR /app/ee/apps/${SERVICE}

RUN apk update && \
apk --no-cache --virtual build-dependencies add g++ python3 make && \
yarn config set unsafe-perm true && \
yarn workspaces focus --production && \
rm -rf /var/cache/apk/* && \
apk del build-dependencies
Expand Down
1 change: 0 additions & 1 deletion ee/apps/stream-hub-service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ WORKDIR /app/ee/apps/${SERVICE}

RUN apk update && \
apk --no-cache --virtual build-dependencies add g++ python3 make && \
yarn config set unsafe-perm true && \
yarn workspaces focus --production && \
rm -rf /var/cache/apk/* && \
apk del build-dependencies
Expand Down

0 comments on commit 4f9f336

Please sign in to comment.