mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-06-12 16:51:02 +00:00
adding frontend to the helm chart
This commit is contained in:
+2
-2
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user