Skip to content

Commit

Permalink
Adds instructions, for building image, to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
neomorphic committed Nov 18, 2024
1 parent cd5c0af commit 13e16b9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 13e16b9

Please sign in to comment.