1
0
mirror of https://github.com/amir20/dozzle.git synced 2026-01-02 19:17:37 +01:00

Updates to use yarn

This commit is contained in:
Amir Raminfar
2020-03-30 14:55:13 -07:00
parent 04aac0c4f9
commit 87ade43fb7
3 changed files with 8959 additions and 16089 deletions

View File

@@ -6,8 +6,8 @@ RUN apk add --no-cache git openssh python make g++ util-linux
WORKDIR /build
# Install dependencies
COPY package*.json ./
RUN npm install
COPY package.json yarn.lock ./
RUN yarn
# Copy assets to build
COPY assets ./assets

16087
package-lock.json generated

File diff suppressed because it is too large Load Diff

8957
yarn.lock Normal file

File diff suppressed because it is too large Load Diff