Skip to content

Commit 162490a

Browse files
docker: fix NPM_CONFIG_REGISTRY env
1 parent decc878 commit 162490a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN npm install
1313
FROM base as development
1414

1515
ARG NPM_CONFIG_REGISTRY
16-
ARG ENV ${NPM_CONFIG_REGISTRY}
16+
ENV NPM_CONFIG_REGISTRY ${NPM_CONFIG_REGISTRY}
1717

1818
WORKDIR /src
1919

0 commit comments

Comments
 (0)