mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
Revert "add npm registry arg"
This reverts commit 844f3fde724a53c87476f69452480cfbb082a2fc.
This commit is contained in:
parent
f3dc4abe37
commit
0e5abb5fa3
@ -15,11 +15,6 @@ WORKDIR /awx
|
||||
|
||||
COPY awx/ui/package.json awx/ui/package.json
|
||||
|
||||
ARG NPM_REGISTRY=https://registry.npmjs.org
|
||||
ENV NPM_REGISTRY=${NPM_REGISTRY}
|
||||
|
||||
RUN npm config set registry ${NPM_REGISTRY}
|
||||
|
||||
RUN npm --prefix=awx/ui install
|
||||
|
||||
COPY awx/ui/test/e2e awx/ui/test/e2e
|
||||
|
||||
@ -39,4 +39,3 @@ services:
|
||||
AWX_E2E_CLUSTER_HOST: hub
|
||||
AWX_E2E_CLUSTER_PORT: 4444
|
||||
DBUS_SESSION_BUS_ADDRESS: /dev/null
|
||||
NPM_REGISTRY: ${NPM_REGISTRY}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user