From 514f3c42011ff91c7bcfe22675be716a6c0eeba6 Mon Sep 17 00:00:00 2001 From: nimrostafarian Date: Fri, 20 Jan 2023 16:31:25 +0530 Subject: [PATCH] docker image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4b3ea0049..fe9b307f5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # -# Build image: docker build -t iris net/irishub . +# Build image: docker build -t tessornetwork/petrihub . # FROM golang:1.18-alpine3.16 as builder