mirror of
https://github.com/twentyhq/twenty.git
synced 2024-11-26 04:17:15 +03:00
Fix front deploy
This commit is contained in:
parent
4018ac45b0
commit
5560476ea0
@ -5,6 +5,10 @@ ARG FONTAWESOME_NPM_AUTH_TOKEN
|
||||
WORKDIR /app/front
|
||||
COPY ./front .
|
||||
|
||||
RUN echo "@fortawesome:registry=https://npm.fontawesome.com/" > .npmrc
|
||||
RUN echo "//npm.fontawesome.com/:_authToken=${FONTAWESOME_NPM_AUTH_TOKEN}" >> .npmrc
|
||||
|
||||
|
||||
RUN npm install
|
||||
RUN npm run build
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user