Skip to content

Commit

Permalink
Remove yarn file
Browse files Browse the repository at this point in the history
  • Loading branch information
kiloreux committed Nov 3, 2021
1 parent f7d15c7 commit 8ebae54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@uppy/companion/Dockerfile
Expand Up @@ -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 && \
Expand Down

0 comments on commit 8ebae54

Please sign in to comment.