We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent decc878 commit 162490aCopy full SHA for 162490a
ui/Dockerfile
@@ -13,7 +13,7 @@ RUN npm install
13
FROM base as development
14
15
ARG NPM_CONFIG_REGISTRY
16
-ARG ENV ${NPM_CONFIG_REGISTRY}
+ENV NPM_CONFIG_REGISTRY ${NPM_CONFIG_REGISTRY}
17
18
WORKDIR /src
19
0 commit comments