Skip to content

Commit

Permalink
Adds customizations and env specific args to Dockerfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
shelleydoljack committed Feb 15, 2024
1 parent 11722e4 commit e025916
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,12 @@ 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-dev.stanford.edu
ARG TENANT_ID=sul
RUN yarn build output --okapi $OKAPI_URL --tenant $TENANT_ID

# nginx stage
Expand Down

0 comments on commit e025916

Please sign in to comment.