mirror of
https://github.com/ansible/awx.git
synced 2026-02-17 19:20:05 -03:30
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user