You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given the above Dockerfile, an error will be reported because we can't resolve the ZOO_PORT variable to a value that satisfies our validation of an EXPOSE instruction. However, given that it is a build argument that the user will pass to Docker, we should just ignore it and not bother trying to validate it.
The text was updated successfully, but these errors were encountered:
Given the above Dockerfile, an error will be reported because we can't resolve the
ZOO_PORT
variable to a value that satisfies our validation of anEXPOSE
instruction. However, given that it is a build argument that the user will pass to Docker, we should just ignore it and not bother trying to validate it.The text was updated successfully, but these errors were encountered: