Updated docker image repositories (#29)

This commit is contained in:
Chalith Desaman
2023-12-15 18:14:57 +05:30
committed by GitHub
parent a7cb57ff13
commit d74e7c70b8
5 changed files with 10 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
# This image contains scripts for creating HotPocket contract clusters
# on the developer machine for local development testing.
# docker build -t evernodedev/hpdevkit .
# docker push evernodedev/hpdevkit
# docker build -t evernode/hpdevkit .
# docker push evernode/hpdevkit
FROM ubuntu:focal as builder
RUN apt-get update && apt-get install -y wget