Migrate to FontAwesome pro
This commit is contained in:
@ -1 +0,0 @@
|
||||
REACT_APP_API_URL=http://localhost:3000
|
||||
@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user