Upgraded APIS to use the new Nubian ones

This commit is contained in:
Elijah Dunemask 2021-11-18 00:23:24 +00:00
parent 690ce1ef7b
commit 13b31997a5
4 changed files with 9 additions and 7 deletions

View file

@ -4,6 +4,7 @@ COPY package.json .
RUN npm i
COPY public public
COPY src src
ARG REACT_APP_CAIRO_URL
RUN npm run build:react
COPY server server
CMD ["npm", "start"]