switched bee dashboard to my own branch
Some checks failed
CI / Build bee-dashboard docker images (push) Failing after 3m20s
Some checks failed
CI / Build bee-dashboard docker images (push) Failing after 3m20s
This commit is contained in:
@@ -6,9 +6,9 @@ ARG VERSION
|
||||
RUN --mount=type=cache,target=/var/cache/apk apk add chromium
|
||||
WORKDIR /src
|
||||
ADD git@github.com:ethersphere/bee-dashboard.git#v${VERSION} .
|
||||
RUN PUPPETEER_SKIP_DOWNLOAD=1 npm ci
|
||||
RUN npm run build
|
||||
ADD git@github.com:woggioni/bee-dashboard.git#add-redistribution-stats .
|
||||
RUN PUPPETEER_SKIP_DOWNLOAD=1 npm install
|
||||
|
||||
FROM gitea.woggioni.net/woggioni/nginx:v1.29.0 AS final
|
||||
FROM gitea.woggioni.net/woggioni/nginx:v1.29.1 AS final
|
||||
COPY --from=build /src/build /srv/http
|
||||
COPY bee-dashboard.conf /etc/nginx/conf.d/bee-dashboard.conf
|
||||
|
Reference in New Issue
Block a user