adding frontend to the helm chart

This commit is contained in:
Arsham Teymourı
2021-08-10 13:36:28 +03:00
parent 2dae6c90ce
commit ac20d3d845
7 changed files with 184 additions and 43 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
#### BUILDER IMAGE ####
FROM node:12 as builder
FROM docker.io/node:12 as builder
LABEL maintainer="Chevdor <chevdor@gmail.com>"
LABEL description="Polkadot Telemetry frontend builder image"
@@ -11,7 +11,7 @@ RUN yarn install && \
yarn cache clean
#### OUTPUT IMAGE ####
FROM nginx:stable-alpine
FROM docker.io/nginx:stable-alpine
LABEL maintainer="Chevdor <chevdor@gmail.com>"
LABEL description="Polkadot Telemetry frontend"