소스 검색

Remove yarn file

Abdelhadi Khiati 3 년 전
부모
커밋
8ebae547a1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/@uppy/companion/Dockerfile

+ 1 - 1
packages/@uppy/companion/Dockerfile

@@ -6,7 +6,7 @@ WORKDIR /app
 
 # Install node_modules
 # * to optionally copy lock files that _might_ _not_ exist
-ADD package.json package-*.json yarn.* .yarn /tmp/
+ADD package.json package-*.json yarn.* /tmp/
 RUN cd /tmp && apk --update add  --virtual native-dep \
   make gcc g++ python3 libgcc libstdc++ git && \
   corepack yarn install && \