From 13e16b94952bfeaed17bbda0eb864b0da313ea8e Mon Sep 17 00:00:00 2001 From: Jody Clements Date: Mon, 18 Nov 2024 10:39:49 -0500 Subject: [PATCH] Adds instructions, for building image, to Dockerfile --- Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Dockerfile b/Dockerfile index 758f1637..aaacd84f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,7 @@ +// execute the following example command to build the image. +// be sure to set the version numbers to the ones desired. +docker build . --build-arg DVID_VERSION=0.9.12 --build-arg CONSOLE_VERSION=3.4.12 -t gcr.io/flyem-public/dvid/dvid:0.9.12-3.4.12 + FROM node:14 as consolebuilder WORKDIR /app ARG CONSOLE_VERSION=3.4.12