From bd9b89487aa4d11a67b2b8378b8c3c14a2fb84b6 Mon Sep 17 00:00:00 2001 From: Leonard Jonathan Oh Date: Thu, 13 Apr 2023 19:28:06 +0000 Subject: [PATCH] Fix COPY statement --- .docker/release/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.docker/release/Dockerfile b/.docker/release/Dockerfile index b8e170311..10dbb5bed 100644 --- a/.docker/release/Dockerfile +++ b/.docker/release/Dockerfile @@ -3,7 +3,7 @@ RUN apk add --no-cache php7 php7-json php-phar php-zip RUN apk add --no-cache npm RUN npm install -g gulp yarn WORKDIR /source -COPY package.json yarn.lock . +COPY package.json yarn.lock ./ RUN yarn install COPY . . # Patch release.php with hotfix from: https://github.com/xgbstar1/snappymail-docker/blob/main/Dockerfile, so that release.php doesn't fail with error