Update Dockerfile
Co-authored-by: Evan Culver <eculver@users.noreply.github.com>
This commit is contained in:
parent
7ab2a3fff9
commit
0088dd4fcf
|
@ -4,7 +4,7 @@
|
||||||
#
|
#
|
||||||
# All non-dev targets have a VERSION argument that must be provided
|
# All non-dev targets have a VERSION argument that must be provided
|
||||||
# via --build-arg=VERSION=<version> when building.
|
# via --build-arg=VERSION=<version> when building.
|
||||||
# e.g. --build-arg=1.11.2
|
# e.g. --build-arg VERSION=1.11.2
|
||||||
#
|
#
|
||||||
# `default` is the production docker image which cannot be built locally.
|
# `default` is the production docker image which cannot be built locally.
|
||||||
# For local dev and testing purposes, please build and use the `dev` docker image.
|
# For local dev and testing purposes, please build and use the `dev` docker image.
|
||||||
|
|
Loading…
Reference in New Issue