Migrate to FontAwesome pro

This commit is contained in:
Charles Bochet
2023-04-14 11:52:12 +02:00
parent 1b1b5c9584
commit c317d4bcf6
11 changed files with 29 additions and 23 deletions

View File

@ -1 +0,0 @@
REACT_APP_API_URL=http://localhost:3000

View File

@ -7,6 +7,7 @@ RUN apk update && apk upgrade && \
WORKDIR /app/front
COPY ../../front .
RUN export $(xargs <.env)
RUN npm install
CMD ["npm", "run", "start"]