Skip to content
Snippets Groups Projects

NAT-310: GEANT colors

Merged JORGE SASIAIN requested to merge feature/NAT-310-GEANT-colors into develop
All threads resolved!
3 files
+ 45
0
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 5
0
@@ -18,8 +18,13 @@ FROM base AS builder
WORKDIR /app/orchestrator-core-gui
RUN yarn --network-concurrency 1 --frozen-lockfile
RUN rm -rf src/custom
# Apply GÉANT customisations
COPY custom src/custom
COPY logo.svg src/images/logo.svg
COPY favicon.ico public/favicon.ico
COPY colors.ts src/stylesheets/emotion/colors.ts
RUN yarn build
########################
Loading