diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-04-17 18:37:10 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-17 18:37:10 +0900 |
| commit | 79e60afd420498c463b95b88b7032d747a8dda3c (patch) | |
| tree | bcd78ffc55fbe0b536e0d7cf4dfbf69e42f7a415 | |
| parent | Create .yarnrc (diff) | |
| download | sharkey-79e60afd420498c463b95b88b7032d747a8dda3c.tar.gz sharkey-79e60afd420498c463b95b88b7032d747a8dda3c.tar.bz2 sharkey-79e60afd420498c463b95b88b7032d747a8dda3c.zip | |
Update Dockerfile
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index c1745fc215..067b772a42 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ RUN apk add --no-cache \ vips-dev \ vips -COPY package.json yarn.lock ./ +COPY package.json yarn.lock .yarnrc ./ RUN yarn install COPY . ./ RUN yarn build |