Skip to content

Commit

Permalink
Customizes Dockerfile and stripes for folio-test.
Browse files Browse the repository at this point in the history
  • Loading branch information
shelleydoljack committed Feb 15, 2024
1 parent abb0a60 commit 5f941fc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions stripes.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
Expand Down

0 comments on commit 5f941fc

Please sign in to comment.