mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-09 09:27:03 +03:00
Fix COPY statement
This commit is contained in:
parent
59ee04eecb
commit
bd9b89487a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue