Add build arg for react build

This commit is contained in:
Dunemask 2021-11-13 23:05:49 -07:00
parent 690ce1ef7b
commit cdebca5441

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"]