mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-09 09:27:03 +03:00
Reorder
This commit is contained in:
parent
9a4496ea09
commit
adbc17d868
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
FROM alpine:3.15 AS builder
|
||||
RUN apk add --no-cache php7 php7-json php-phar php-zip
|
||||
RUN apk add --no-cache npm
|
||||
RUN npm install -g gulp yarn
|
||||
RUN apk add --no-cache php7 php7-json php-phar php-zip
|
||||
WORKDIR /source
|
||||
COPY package.json yarn.lock .
|
||||
RUN yarn install
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue