diff --git a/docker/Dockerfile b/docker/Dockerfile index 76a4755eca..31b3373b7e 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -17,8 +17,13 @@ RUN yarn config set python /usr/bin/python3 RUN yarn config set @folio:registry https://repository.folio.org/repository/npm-folio/ RUN yarn install RUN yarn build-module-descriptors -ARG OKAPI_URL=http://localhost:9130 -ARG TENANT_ID=diku + +COPY tenant-assets/MainNav.css node_modules/@folio/stripes-core/src/components/MainNav +COPY tenant-assets/Pane.css node_modules/@folio/stripes-components/lib/Pane + +ARG OKAPI_URL=https://okapi-test.stanford.edu +ARG TENANT_ID=sul + RUN yarn build output --okapi $OKAPI_URL --tenant $TENANT_ID # nginx stage diff --git a/stripes.config.js b/stripes.config.js index fbbe5f385c..13daf5b8f0 100644 --- a/stripes.config.js +++ b/stripes.config.js @@ -4,6 +4,8 @@ module.exports = { logCategories: 'core,path,action,xhr', logPrefix: '--', maxUnpagedResourceCount: 2000, + welcomeMessage: 'FOLIO TEST - Stanford University', + platformName: 'FOLIO - Test', helpUrl: 'https://sites.google.com/stanford.edu/folio-training-central/help', showPerms: false },