Details
-
Improvement
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
None
Description
The web Dockerfile contains an extra equal sign that should not be there:
ARG NODE_VERSION=
The = sign shows a default value but since it is empty the build will still fail.
the build pulls the default version from the .nvmrc file and passes it in, we should not have the = sign in the Dockerfile
Attachments
Issue Links
- links to