Tries to fix build

This commit is contained in:
Amir Raminfar
2020-04-07 15:28:34 -07:00
parent 9b62073ce6
commit 12ec8189f3
2 changed files with 14763 additions and 3 deletions

View File

@@ -6,14 +6,14 @@ RUN apk add --no-cache git openssh python make g++ util-linux
WORKDIR /build
# Install dependencies
COPY package.json yarn.lock ./
RUN yarn
COPY package*.json ./
RUN npm install
# Copy assets to build
COPY assets ./assets
# Do the build
RUN yarn build
RUN npm run build
FROM golang:1.14-alpine AS builder

14760
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff