File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed
Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- v20.8 .0
1+ v24.11 .0
Original file line number Diff line number Diff line change 11#! /bin/bash
22rm -Rf public/bundle*
33rm -Rf target/*
4+ rm -Rf dist/*
45source $NVM_DIR /nvm.sh
56nvm use
67yarn install --force && CI=true yarn test && yarn build
Original file line number Diff line number Diff line change 11FROM ghcr.io/openconext/openconext-basecontainers/apache2:latest
2- ADD ./build / /var/www/
2+ ADD ./dist / /var/www/
33RUN rm -rf /etc/apache2/sites-enabled/*.conf
44COPY ./docker/appconf.conf /etc/apache2/sites-enabled/
55
Original file line number Diff line number Diff line change 5454 "tough-cookie" : " ^5.1.2" ,
5555 "word-wrap" : " ^1.2.3"
5656 },
57- "proxy" : " http://127.0.0.1:8888/" ,
5857 "eslintConfig" : {
5958 "extends" : [
6059 " react-app" ,
You can’t perform that action at this time.
0 commit comments