Add API url in front build

This commit is contained in:
Charles Bochet
2023-04-20 15:02:20 +02:00
parent d330fdbb8b
commit c6938caf93

View File

@ -1,6 +1,7 @@
FROM node:18.16.0-alpine as front
ARG FONTAWESOME_NPM_AUTH_TOKEN
ARG REACT_APP_API_URL
WORKDIR /app/front
COPY ./front .